We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab55e54 commit 8a6e5afCopy full SHA for 8a6e5af
2 files changed
.github/workflows/wheels-dependencies.sh
@@ -122,9 +122,6 @@ function build_libavif {
122
build_simple nasm 2.16.03 https://www.nasm.us/pub/nasm/releasebuilds/2.16.03
123
fi
124
125
- # For rav1e
126
- curl https://sh.rustup.rs -sSf | sh -s -- -y
127
- . "$HOME/.cargo/env"
128
if [ -z "$IS_ALPINE" ] && [ -z "$SANITIZER" ] && [ -z "$IS_MACOS" ]; then
129
yum install -y perl
130
if [[ "$MB_ML_VER" == 2014 ]]; then
.github/workflows/wheels.yml
@@ -160,11 +160,6 @@ jobs:
160
& python.exe winbuild\build_prepare.py -v --no-imagequant --architecture=${{ matrix.cibw_arch }}
161
shell: pwsh
162
163
- - name: Update rust
164
- if: matrix.cibw_arch == 'AMD64'
165
- run: |
166
- rustup update
167
-
168
- name: Build wheels
169
run: |
170
setlocal EnableDelayedExpansion
0 commit comments