Skip to content

Commit

Permalink
Add jq and target x86_64_v3
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Jan 31, 2024
1 parent f583874 commit 6bcac3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
- name: Push packages and update index
run: |
spack -e . buildcache push -j $(($(nproc) + 1)) --base-image ubuntu:22.04 --update-index local-buildcache
if: !cancelled()
if: ${{ !cancelled() }}
3 changes: 2 additions & 1 deletion spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ spack:
- [email protected]
- [email protected] ^llvm~clang~gold~polly ^openblas threads=openmp +ilp64
- [email protected]
- jq
concretizer:
unify: false
config:
Expand All @@ -17,7 +18,7 @@ spack:
signed: false
packages:
all:
require: '%gcc@12 target=x86_64_v2'
require: '%gcc@12 target=x86_64_v3'
modules:
prefix_inspections:
lib: ["LD_LIBRARY_PATH"]
Expand Down

0 comments on commit 6bcac3b

Please sign in to comment.