Skip to content

Commit b698fa2

Browse files
committed
feat: acts +svg
1 parent 0e7152d commit b698fa2

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,8 @@ eic:
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

containers/eic/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ ENV SPACK_ENV=/opt/spack-environment/${ENV}
4747
ARG SPACK_FLAGS="--backtrace"
4848
ARG SPACK_INSTALL_FLAGS="--no-check-signature --show-log-on-error --yes-to-all"
4949
ENV SPACK_COLOR="always"
50+
ENV GIT_TERMINAL_PROMPT=0
5051

5152
# Concretization (default environment)
5253
RUN <<EOF

spack-environment/packages.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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'

spack-packages.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ a3f3a80e2877645c72cca0381c820307fe1d4523
4040
559789f67245a40306aeea636b61348e97d4f092
4141
95c45b6c3322e151fd29ed00ea10567b97705ee4
4242
d6f99b8d611cf740eb45e13df2c84044a4ca6ae4
43+
bc25e5eb2f8f7a8733cdc10d92e9787358c82cfa
4344
---
4445
## Optional hash table with comma-separated file list
4546
read -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

0 commit comments

Comments
 (0)