Skip to content

Commit

Permalink
Update Container's Rust versions
Browse files Browse the repository at this point in the history
Also change `llvm-tools-preview` to `llvm-tools`, which is the new name
  • Loading branch information
cschwan committed Jan 26, 2024
1 parent 0565e19 commit bb62123
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion maintainer/pineappl-ci/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG CARGOC_V=0.9.24+cargo-0.73.0
ARG FASTNLO_V=2.5.0-2826
ARG LHAPDF_V=6.4.0

ARG RUST_V="1.64.0 nightly-2023-08-03"
ARG RUST_V="1.64.0 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
2 changes: 1 addition & 1 deletion maintainer/pineappl-ci/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ for version in ${RUST_V}; do
# the last command will be the default
rustup default ${version}
# install LLVM tools needed for code coverage
rustup component add llvm-tools-preview
rustup component add llvm-tools
done

# # install Fortran compiler
Expand Down

0 comments on commit bb62123

Please sign in to comment.