Skip to content

Commit

Permalink
cargo update time
Browse files Browse the repository at this point in the history
  • Loading branch information
frostbyte73 committed Nov 20, 2024
1 parent a6f266c commit 590837d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion build/gstreamer/compile-rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ for repo in gst-plugins-rs; do

# strip binaries in debug mode
mv Cargo.toml Cargo.toml.old
sed s,'\[profile.release\]','[profile.release]\nstrip="debuginfo"', Cargo.toml.old > Cargo.toml
sed s,'\[profile.release\]','[profile.release]\nstrip="debuginfo"', Cargo.toml.old > Cargo.toml
cargo update -p time

opts="-D prefix=/usr -D tests=disabled -D doc=disabled"

Expand Down
3 changes: 1 addition & 2 deletions build/gstreamer/install-dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ set -euxo pipefail

export DEBIAN_FRONTEND=noninteractive

sed -i 's/# deb-src/deb-src/g' /etc/apt/sources.list
apt-get update
apt-get dist-upgrade -y
apt-get install -y --no-install-recommends \
Expand Down Expand Up @@ -121,7 +120,7 @@ apt-get clean
rm -rf /var/lib/apt/lists/*

# install rust
curl -o install-rustup.sh --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs
curl -o install-rustup.sh --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs
sh install-rustup.sh -y
source "$HOME/.cargo/env"
cargo install cargo-c
Expand Down

0 comments on commit 590837d

Please sign in to comment.