Skip to content

Commit a00921b

Browse files
committed
wip
1 parent 7b28000 commit a00921b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ RUN \
173173
tar $TAR_OPTS rav1e.tar.gz && cd rav1e-* && \
174174
# workaround weird cargo problem when on aws (?) weirdly alpine edge seems to work
175175
CARGO_REGISTRIES_CRATES_IO_PROTOCOL="sparse" \
176-
RUSTFLAGS="-C target-feature=+crt-static -C lto=no -C debuginfo=none" \
177-
cargo cinstall --release
176+
RUSTFLAGS="-C target-feature=+crt-static" \
177+
cargo cinstall --profile=release-no-lto
178178

179179
# bump: ffmpeg /FFMPEG_VERSION=([\d.]+)/ https://github.com/FFmpeg/FFmpeg.git|*
180180
# bump: ffmpeg after ./hashupdate Dockerfile FFMPEG $LATEST
@@ -314,7 +314,7 @@ RUN ["/ffmpeg", "-version"]
314314
RUN ["/ffprobe", "-version"]
315315
RUN ["/ffmpeg", "-hide_banner", "-buildconf"]
316316
# stack size
317-
RUN ["/ffmpeg", "-f", "lavfi", "-i", "testsrc", "-c:v", "libsvtav1", "-t", "100ms", "-f", "null", "-"]
317+
# RUN ["/ffmpeg", "-f", "lavfi", "-i", "testsrc", "-c:v", "libsvtav1", "-t", "100ms", "-f", "null", "-"]
318318
# dns
319319
RUN ["/ffprobe", "-i", "https://github.com/favicon.ico"]
320320
# tls/https certs

0 commit comments

Comments
 (0)