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

Integration Test Scenario #3

Previous build fails because spack concretizes environment to use
oneapi-2022.0.0 compiler instead of gcc mentioned in spack.yaml
This test modifies spack.yaml to use intel compiler instead to check
if dependencies compile successfully.
parent 5c00cd28
No related branches found
No related tags found
1 merge request!306OneAPI Integration Testing
...@@ -67,6 +67,7 @@ RUN --mount=type=cache,target=/var/cache/apt \ ...@@ -67,6 +67,7 @@ RUN --mount=type=cache,target=/var/cache/apt \
wget \ wget \
&& localedef -i en_US -f UTF-8 en_US.UTF-8 \ && localedef -i en_US -f UTF-8 en_US.UTF-8 \
&& gcc --version \ && gcc --version \
&& ln -s /usr/bin/python /usr/bin/python3 \
&& curl -L \ && curl -L \
"https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.deb.sh" \ "https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.deb.sh" \
| bash \ | bash \
......
...@@ -42,5 +42,5 @@ spack: ...@@ -42,5 +42,5 @@ spack:
unify: true unify: true
packages: packages:
all: all:
compiler: [gcc] compiler: [intel]
view: /usr/local view: /usr/local
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment