Skip to content

Commit

Permalink
Enforcing compatible arch with gcc5
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienbernede committed Jul 13, 2020
1 parent 7f5e06d commit ab6831d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ stages:
# show final spec
echo $SPACK_SPEC
# run uber to build tpls
python scripts/uberenv/uberenv.py -k --pull --spec "${SPACK_SPEC}" --spack-config-dir=scripts/uberenv/spack_configs/ci/ubuntu_16/ --mirror=https://www.ascent-dav.org/mirror/conduit/latest/
python scripts/uberenv/uberenv.py -k --pull --spec "${SPACK_SPEC} arch=ivybridge" --spack-config-dir=scripts/uberenv/spack_configs/ci/ubuntu_16/ --mirror=https://www.ascent-dav.org/mirror/conduit/latest/
displayName: 'Spack Build Tpls'
- script: |
Expand Down

0 comments on commit ab6831d

Please sign in to comment.