Skip to content
Snippets Groups Projects
Commit 529ade6a authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: oneapi dev spack from eic-spack

parent 2f43c1ea
No related branches found
No related tags found
No related merge requests found
......@@ -237,11 +237,10 @@ oneapi_jug_dev:default:
## calculate a hash based on the spack.yaml file and the spack directory
## and use this spack as a docker variable to force a rebuild when there
## is a change (versus rerun from cache)
- PACKAGE_HASH=$(tar cf - spack* | sha1sum | head -c40)
- PACKAGE_HASH=$(sha1sum spack.yam | head -c40)
- echo "PACKAGE_HASH= ${PACKAGE_HASH}"
## Copy spack directory and spack.yaml into build context
- cp -r spack containers/oneapi/
- cp spack.yaml containers/oneapi/spack/spack.yaml
## Copy spack.yaml into build context
- cp spack.yaml containers/oneapi/spack.yaml
- CACHE_FLAG=""
- |
if [ $FORCE_NOCACHE = 1 ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment