Skip to content

Commit e9c0f29

Browse files
fdintinowantehchang
authored andcommitted
fix: build cargo-c with --locked to work around rust-lang/cargo#13002 (#1785)
(cherry picked from commit 5ba0e14)
1 parent b407a74 commit e9c0f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/rav1e.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
git clone -b v0.6.6 --depth 1 https://github.com/xiph/rav1e.git
1414

1515
cd rav1e
16-
cargo install cargo-c
16+
cargo install --locked cargo-c
1717

1818
mkdir build.libavif
1919
cargo cinstall --release --library-type=staticlib --prefix=/usr --destdir build.libavif

0 commit comments

Comments
 (0)