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

fix: back to x86_64 for all packages

parent b79888a0
No related branches found
No related tags found
1 merge request!450fix: back to x86_64 for all packages
...@@ -40,7 +40,7 @@ RUN git clone https://github.com/${SPACK_ORGREPO}.git ${SPACK_ROOT} \ ...@@ -40,7 +40,7 @@ RUN git clone https://github.com/${SPACK_ORGREPO}.git ${SPACK_ROOT} \
&& ln -s $SPACK_ROOT/share/spack/docker/entrypoint.bash \ && ln -s $SPACK_ROOT/share/spack/docker/entrypoint.bash \
/usr/sbin/spack-env \ /usr/sbin/spack-env \
&& export PATH=${PATH}:${SPACK_ROOT}/bin \ && export PATH=${PATH}:${SPACK_ROOT}/bin \
&& spack config --scope site add "packages:all:target:[x86_64_v3]" \ && spack config --scope site add "packages:all:require:arch=x86_64" \
&& spack config blame packages \ && spack config blame packages \
&& spack config --scope site add "config:suppress_gpg_warnings:true" \ && spack config --scope site add "config:suppress_gpg_warnings:true" \
&& spack config --scope site add "config:build_jobs:64" \ && spack config --scope site add "config:build_jobs:64" \
...@@ -93,7 +93,7 @@ RUN git clone https://github.com/${EICSPACK_ORGREPO}.git ${EICSPACK_ROOT} \ ...@@ -93,7 +93,7 @@ RUN git clone https://github.com/${EICSPACK_ORGREPO}.git ${EICSPACK_ROOT} \
COPY spack.yaml /opt/spack-environment/ COPY spack.yaml /opt/spack-environment/
RUN rm -r /usr/local \ RUN rm -r /usr/local \
&& spack env activate /opt/spack-environment/ \ && spack env activate /opt/spack-environment/ \
&& spack concretize && spack concretize --fresh
## Now execute the main build (or fetch from cache if possible) ## Now execute the main build (or fetch from cache if possible)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment