Skip to content

Commit

Permalink
crux-mir Dockerfile: Define CRUX_RUST_LIBRARY_PATH once more
Browse files Browse the repository at this point in the history
Fixes #1271.
  • Loading branch information
RyanGlScott committed Jan 9, 2025
1 parent 95b39e3 commit 074554d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/Dockerfile-crux-mir
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ WORKDIR /

ENV LANG=C.UTF-8 \
LC_ALL=C.UTF-8 \
PATH=/home/crux-mir/.cargo/bin:$PATH
PATH=/home/crux-mir/.cargo/bin:$PATH \
CRUX_RUST_LIBRARY_PATH=/crux-mir/rlibs

ENTRYPOINT ["/usr/local/bin/cargo", "crux-test"]

0 comments on commit 074554d

Please sign in to comment.