We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26b2728 commit 17551f9Copy full SHA for 17551f9
.github/workflows/wheels-dependencies.sh
@@ -111,16 +111,6 @@ function build_libavif {
111
build_simple nasm 2.16.03 https://www.nasm.us/pub/nasm/releasebuilds/2.16.03
112
fi
113
114
- # For rav1e
115
- curl https://sh.rustup.rs -sSf | sh -s -- -y
116
- . "$HOME/.cargo/env"
117
- if [ -z "$IS_ALPINE" ] && [ -z "$SANITIZER" ] && [ -z "$IS_MACOS" ]; then
118
- yum install -y perl
119
- if [[ "$MB_ML_VER" == 2014 ]]; then
120
- yum install -y perl-IPC-Cmd
121
- fi
122
123
-
124
local out_dir=$(fetch_unpack https://github.com/AOMediaCodec/libavif/archive/refs/tags/v$LIBAVIF_VERSION.tar.gz libavif-$LIBAVIF_VERSION.tar.gz)
125
(cd $out_dir \
126
&& cmake \
0 commit comments