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 bcc9ca8 commit ab71b2eCopy full SHA for ab71b2e
Dockerfile
@@ -535,10 +535,10 @@ RUN \
535
wget $WGET_OPTS -O rav1e.tar.gz "$RAV1E_URL" && \
536
echo "$RAV1E_SHA256 rav1e.tar.gz" | sha256sum -c - && \
537
tar $TAR_OPTS rav1e.tar.gz && cd rav1e-* && \
538
- # workaround weird cargo problem when on aws (?) weirdly alpine edge seems to work
539
- CARGO_REGISTRIES_CRATES_IO_PROTOCOL="sparse" \
540
RUSTFLAGS="-C target-feature=+crt-static" \
541
- cargo cinstall --release
+ cargo cinstall \
+ --release \
+ --library-type staticlib
542
543
# bump: librtmp /LIBRTMP_COMMIT=([[:xdigit:]]+)/ gitrefs:https://git.ffmpeg.org/rtmpdump.git|re:#^refs/heads/master$#|@commit
544
# bump: librtmp after ./hashupdate Dockerfile LIBRTMP $LATEST
0 commit comments