Skip to content

Commit 17551f9

Browse files
committed
noravbuild
1 parent 26b2728 commit 17551f9

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/wheels-dependencies.sh

-10
Original file line numberDiff line numberDiff line change
@@ -111,16 +111,6 @@ function build_libavif {
111111
build_simple nasm 2.16.03 https://www.nasm.us/pub/nasm/releasebuilds/2.16.03
112112
fi
113113

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-
fi
123-
124114
local out_dir=$(fetch_unpack https://github.com/AOMediaCodec/libavif/archive/refs/tags/v$LIBAVIF_VERSION.tar.gz libavif-$LIBAVIF_VERSION.tar.gz)
125115
(cd $out_dir \
126116
&& cmake \

0 commit comments

Comments
 (0)