Skip to content

Commit 47b4690

Browse files
authored
chore(jxl): fix reproducibility issues (google#672)
1 parent 4eaa761 commit 47b4690

File tree

4 files changed

+235
-1
lines changed

4 files changed

+235
-1
lines changed

src/sliceview/jxl/.dockerignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
**/*

src/sliceview/jxl/Cargo.lock

+233
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/sliceview/jxl/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:slim-bullseye
1+
FROM rust:slim-bullseye@sha256:46bad2a122975b3d3f7443e137015e0567bc4c63e467a818d9b92517def5f4d6
22

33
RUN rustup target add wasm32-unknown-unknown
44

src/sliceview/jxl/jxl_decoder.wasm

-854 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)