From ee7fb614de3b09bb9b3e647a5891c0ea76fa6e1d Mon Sep 17 00:00:00 2001 From: BtbN Date: Thu, 29 Aug 2024 23:52:00 +0200 Subject: [PATCH] Force-Update cc-rs to work around broken pins --- scripts.d/50-rav1e.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts.d/50-rav1e.sh b/scripts.d/50-rav1e.sh index 7ed7fdef2..5aa1eb7c2 100755 --- a/scripts.d/50-rav1e.sh +++ b/scripts.d/50-rav1e.sh @@ -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 @@ -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*