File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed
Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 417417 cat mirrors.yaml.in | envsubst > mirrors.yaml
418418 - attempts=0
419419 - nocache=""
420- - while !
420+ - set -o xtrace ;
421+ while !
421422 docker buildx build --push ${BUILD_OPTIONS} ${nocache}
422423 --cache-from type=registry,ref=${CI_REGISTRY}/${CI_PROJECT_PATH}/buildcache:${BUILD_IMAGE}${ENV}-${BUILD_TYPE}-${CI_COMMIT_REF_SLUG}-amd64
423424 --cache-from type=registry,ref=${GH_REGISTRY}/${GH_REGISTRY_USER}/buildcache:${BUILD_IMAGE}${ENV}-${BUILD_TYPE}-${CI_COMMIT_REF_SLUG}-amd64
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ ENV SPACK_ENV=/opt/spack-environment/${ENV}
4747ARG SPACK_FLAGS="--backtrace"
4848ARG SPACK_INSTALL_FLAGS="--no-check-signature --show-log-on-error --yes-to-all"
4949ENV SPACK_COLOR="always"
50+ ENV GIT_TERMINAL_PROMPT=0
5051
5152# Concretization (default environment)
5253RUN <<EOF
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ packages:
2020 require :
2121 - ' %clang'
2222 - ' @39.2.0'
23- - cxxstd=20 +dd4hep ~edm4hep +examples +fatras +geant4 +json +onnx +podio +python +tgeo +pr4496 +pr4502 +pr4620
23+ - cxxstd=20 +dd4hep ~edm4hep +examples +fatras +geant4 +json +onnx +podio +python +svg + tgeo +pr4496 +pr4502 +pr4620
2424 actsvg :
2525 require :
26- - ' @0.4.26 '
27- - +examples
26+ - ' @0.4.56 '
27+ - ~examples # +examples is fixed in actsvg@0.4.57
2828 acts-dd4hep :
2929 require :
3030 - ' @1.0.1'
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ a3f3a80e2877645c72cca0381c820307fe1d4523
4040559789f67245a40306aeea636b61348e97d4f092
414195c45b6c3322e151fd29ed00ea10567b97705ee4
4242d6f99b8d611cf740eb45e13df2c84044a4ca6ae4
43+ bc25e5eb2f8f7a8733cdc10d92e9787358c82cfa
4344---
4445## Optional hash table with comma-separated file list
4546read -r -d '' SPACKPACKAGES_CHERRYPICKS_FILES <<- \
@@ -80,4 +81,5 @@ read -r -d '' SPACKPACKAGES_CHERRYPICKS_FILES <<- \
8081## a3f3a80e2877645c72cca0381c820307fe1d4523: py-numba: fix python dependency bounds
8182## 559789f67245a40306aeea636b61348e97d4f092: estarlight: add thru v1.2.0
8283## 95c45b6c3322e151fd29ed00ea10567b97705ee4: py-tensorflow: modify cuDNN dependency versions when +cuda
83- ## d6f99b8d611cf740eb45e13df2c84044a4ca6ae4: py-tensorflow: patch to build with +cuda
84+ ## d6f99b8d611cf740eb45e13df2c84044a4ca6ae4: py-tensorflow: patch to build with +cuda
85+ ## bc25e5eb2f8f7a8733cdc10d92e9787358c82cfa: actsvg: patch version numbers into source source
You can’t perform that action at this time.
0 commit comments