Skip to content
Snippets Groups Projects
Commit e661cfa5 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 8740f77a
Branches
Tags
No related merge requests found
...@@ -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 \
......
...@@ -44,5 +44,5 @@ spack: ...@@ -44,5 +44,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