File tree Expand file tree Collapse file tree
.github/actions/dependencies Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM ghcr.io/acts-project/spack-container:23.0 .0_linux-ubuntu24.04_gcc-13.3.0_cxx20
1+ FROM ghcr.io/acts-project/spack-container:23.1 .0_linux-ubuntu24.04_gcc-13.3.0_cxx20
22
33RUN apt-get update && apt-get install -y clangd vim
44
Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ inputs:
1313 spack_version :
1414 description : ' Version of Spack to use'
1515 required : false
16- default : ' bf1637a793b507a76bdc06e1169a373c83a5e535 '
16+ default : ' 426ab4d83b93df5c1ace836bd12d514ab2074b77 '
1717 spack_repo_version :
1818 description : ' Spack builtin packages repo commit (git SHA) to pin'
1919 required : false
20- default : ' 182b26b2612f9cdabc4af13ae62b92a321e11d5f '
20+ default : ' 6a3dd42c514510c234f203b5fef392162da80049 '
2121 DEPENDENCY_TAG :
2222 description : ' Dependency tag to pull from'
2323 required : false
24- default : ' v23.0 .0'
24+ default : ' v23.1 .0'
2525 full_install :
2626 description : ' Whether to do a full dependency installation including Geant4 datasets and Python packages'
2727 required : false
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ variables:
99
1010 LOCKFILE_CACHE_DIR : ${CI_PROJECT_DIR}/spack_lockfile_cache
1111
12- DEPENDENCY_TAG : v23.0 .0
12+ DEPENDENCY_TAG : v23.1 .0
1313
1414 MODEL_STORAGE : ${CI_PROJECT_DIR}/ci_models
1515
You can’t perform that action at this time.
0 commit comments