Skip to content

Commit

Permalink
Set rust default toolchain via environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin committed Jun 24, 2024
1 parent c6fad1e commit 1d57bd1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ RUN ln -s /lib/x86_64-linux-gnu/libreadline.so /lib/x86_64-linux-gnu/libreadline
ENV PWNLIB_NOTERM=1
# Minimal QT platform for angr-management
ENV QT_QPA_PLATFORM=minimal:enable_fonts
# Set rust toolchain
ENV RUST_TOOLCHAIN=stable-x86_64-unknown-linux-gnu

ADD scripts ./scripts
ADD conf ./conf

0 comments on commit 1d57bd1

Please sign in to comment.