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 3dbb64a commit 44a2ed5Copy full SHA for 44a2ed5
Dockerfile
@@ -172,6 +172,8 @@ RUN \
172
echo "$RAV1E_SHA256 rav1e.tar.gz" | sha256sum -c - && \
173
tar $TAR_OPTS rav1e.tar.gz && cd rav1e-* && \
174
# workaround weird cargo problem when on aws (?) weirdly alpine edge seems to work
175
+ sed -i 's/debug = true//' Cargo.toml && \
176
+ sed -i 's/lto = "thin"//' Cargo.toml && \
177
CARGO_REGISTRIES_CRATES_IO_PROTOCOL="sparse" \
178
RUSTFLAGS="-C target-feature=+crt-static" \
179
cargo cinstall --profile=release-no-lto
0 commit comments