Skip to content

Commit

Permalink
Re-enable nightly Rust in the container
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Mar 28, 2024
1 parent b440c13 commit 94ae9eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion maintainer/pineappl-ci/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ ARG FASTNLO_V=2.5.0-2826
ARG LHAPDF_V=6.4.0

# the last version is the default Rust version used in the container
ARG RUST_V="1.70.0"
# as long as we're using `persist-doctests` in the `Rust` workflow we need nightly as default
ARG RUST_V="1.70.0 nightly-2024-01-25"

ENV APPL_IGRID_DIR="/usr/local/src/applgrid-${APPLGRID_V}/src"
ENV CARGO_HOME="/usr/local/cargo"
Expand Down

0 comments on commit 94ae9eb

Please sign in to comment.