Skip to content
Snippets Groups Projects
Commit 96cd65ad authored by Ujwal Kundur's avatar Ujwal Kundur
Browse files

Integration Test Scenario #4

spack still concretizies spack.yaml with oneapi compiler instead
of gcc. This test builds with --no-cache option to rule out spack.yaml
caching.
dev.Dockerfile has a CACHE_BUST arg for this purpose but it seems to be
set after copying spack.yaml not before. So if this works, move
CACHE_BUST before COPY instruction copying spack.
parent 20947954
No related branches found
No related tags found
No related merge requests found
......@@ -185,6 +185,7 @@ oneapi_jug_dev:default:
- docker build -t ${CI_REGISTRY_IMAGE}/${BUILD_IMAGE}:${INTERNAL_TAG}
-f containers/oneapi/onedev.Dockerfile
containers/oneapi
--no-cache
- !reference [.build, script]
......
......@@ -44,5 +44,5 @@ spack:
unify: true
packages:
all:
compiler: [intel]
compiler: [gcc]
view: /usr/local
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment