Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
Dockerfile: no longer use nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
lpenz committed Dec 25, 2023
1 parent 1875359 commit cda2abe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN set -eux; \
; \
sed -i '/pam_rootok.so$/aauth sufficient pam_permit.so' /etc/pam.d/su; \
wget https://sh.rustup.rs -O rustup-init; \
bash rustup-init -y --no-modify-path --profile minimal --default-toolchain nightly-2023-10-19; \
bash rustup-init -y --no-modify-path --profile minimal; \
rm rustup-init; \
chmod -R a+w $RUSTUP_HOME $CARGO_HOME; \
rustup --version; \
Expand Down
2 changes: 1 addition & 1 deletion entrypoint
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ fi
install_dependencies

CARGO_INCREMENTAL='0'
RUSTFLAGS='-Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
RUSTFLAGS='-Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off'
RUSTDOCFLAGS="$RUSTFLAGS"
RUST_BACKTRACE=1

Expand Down

0 comments on commit cda2abe

Please sign in to comment.