From bb621232d55eb796157e7566ff428a91387daee5 Mon Sep 17 00:00:00 2001 From: Christopher Schwan Date: Fri, 26 Jan 2024 08:56:02 +0100 Subject: [PATCH] Update Container's Rust versions Also change `llvm-tools-preview` to `llvm-tools`, which is the new name --- maintainer/pineappl-ci/Containerfile | 2 +- maintainer/pineappl-ci/script.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/maintainer/pineappl-ci/Containerfile b/maintainer/pineappl-ci/Containerfile index 357618f7..a94912fe 100644 --- a/maintainer/pineappl-ci/Containerfile +++ b/maintainer/pineappl-ci/Containerfile @@ -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" diff --git a/maintainer/pineappl-ci/script.sh b/maintainer/pineappl-ci/script.sh index 17552a7d..bece9b41 100755 --- a/maintainer/pineappl-ci/script.sh +++ b/maintainer/pineappl-ci/script.sh @@ -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