diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6b864a3d..4c77ab5e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -324,10 +324,8 @@ jug_dev: --build-arg INTERNAL_TAG=${INTERNAL_TAG} --build-arg SPACK_ORGREPO=${SPACK_ORGREPO} --build-arg SPACK_VERSION=${SPACK_VERSION} - --build-arg SPACK_CHERRYPICKS="${SPACK_CHERRYPICKS}" --build-arg EICSPACK_ORGREPO=${EICSPACK_ORGREPO} --build-arg EICSPACK_VERSION=${EICSPACK_VERSION} - --build-arg EICSPACK_CHERRYPICKS="${EICSPACK_CHERRYPICKS}" --build-arg S3_ACCESS_KEY=${S3_ACCESS_KEY} --build-arg S3_SECRET_KEY=${S3_SECRET_KEY} --build-arg JUG_VERSION=${EXPORT_TAG}-${BUILD_TYPE}-$(git rev-parse HEAD) diff --git a/containers/jug/dev.Dockerfile b/containers/jug/dev.Dockerfile index 1ddbced2..c7741b96 100644 --- a/containers/jug/dev.Dockerfile +++ b/containers/jug/dev.Dockerfile @@ -30,18 +30,13 @@ EOF ## Setup spack ENV SPACK_ROOT=/opt/spack -ARG SPACK_ORGREPO="spack/spack" -ARG SPACK_VERSION="releases/v0.20" -ARG SPACK_CHERRYPICKS="" +ARG SPACK_ORGREPO="eic/spack" +ARG SPACK_VERSION="releases/v0.21.0" ADD https://api.github.com/repos/${SPACK_ORGREPO}/commits/${SPACK_VERSION} /tmp/spack.json RUN < self.define -## 16f4c53cd4cfb4bc6c9390f6e65217fc9ccc58c9: py-bokeh: new version 3.3.1, and supporting packages -## d171f314c77ba61b3cd780f159afe6abced5707d: py-pygithub: new versions, dependencies -## b111064e221aae83e62226672cd8bf9a7524423d: py-htgettoken: use os.environ, avoid AttributeError -## 3c54177c5d9032cb36cf154b553d739cbeb2d024: edm4hep: add latest tag for 0.10.2 -## c07ddf83c32b7129247fe90eed486dd844047087: py-torch: set env OpenBLAS_HOME -## 00875fbc749a7e4e979c35d59c0a8d60d32d4cd7: py-torch: patch for ${OpenBLAS_HOME}/include/openblas -## 64cf67822471ec2d3df2625a6d713f80cbe7ff43: py-torch: move patch before def patch -## 7a0c4e8017033430e5f15ed628be6b539e935ba9: acts: new versions 31.* -## 48fcfda1e7c1781cab4cada6d099823b263ab0cc: setup-env.sh: if exe contains qemu, use /proc/$$/comm instead -## 8c29e90fa9962f4a44f39f47217b46c85176af28: Build cache: make signed/unsigned a mirror property -## 1255620a14afa3ad4aad681a847a3a1704141976: Fix infinite recursion when computing concretization errors -## 0fed2d66bf0eec799707dd1b88ac9419f6ae14e1: (py-)onnx: new version 1.14.{0,1}, 1.15.0 +## Spack commit hash or github version, e.g. v0.21.0 +## note: nightly builds will use e.g. releases/v0.21.0 +SPACK_VERSION="8316d7518b2a75dd8d7a0b64d84157394dc46644" \ No newline at end of file