Skip to content

Commit

Permalink
Force-Update cc-rs to work around broken pins
Browse files Browse the repository at this point in the history
  • Loading branch information
BtbN committed Aug 29, 2024
1 parent 44e2121 commit ee7fb61
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts.d/50-rav1e.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://github.com/xiph/rav1e.git"
SCRIPT_COMMIT="e34e772e47b01169b6f75a4589c056624ea886a4"
SCRIPT_COMMIT="7ab0de1fe907b16e3ce6c7ff0e15d27f71e5d5b4"

ffbuild_enabled() {
[[ $TARGET == win32 ]] && return -1
Expand All @@ -21,6 +21,9 @@ ffbuild_dockerbuild() {
# Luckily no target libraries are needed.
unset PKG_CONFIG_LIBDIR

# The pinned version is broken, and upstream does not react
cargo update cc

cargo cinstall -v "${myconf[@]}"

chmod 644 "${FFBUILD_PREFIX}"/lib/*rav1e*
Expand Down

0 comments on commit ee7fb61

Please sign in to comment.