Skip to content

Commit

Permalink
Push multi-spec containers
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Feb 2, 2024
1 parent 134f6ae commit a499f12
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,9 @@ jobs:
- name: Push packages and update index
run: |
spack -e . buildcache push -j $(($(nproc) + 1)) --base-image ubuntu:22.04 --update-index local-buildcache
# Build containers with two top-level specs
spack -e . buildcache push -j $(($(nproc) + 1)) --base-image ubuntu:22.04 --update-index local-buildcache --tag intel-mpi-jq [email protected] [email protected]
# spack -e . buildcache push -j $(($(nproc) + 1)) --base-image ubuntu:22.04 --update-index local-buildcache --tag intel-oneapi-mpi-jq [email protected] [email protected]
# spack -e . buildcache push -j $(($(nproc) + 1)) --base-image ubuntu:22.04 --update-index local-buildcache --tag mvapich2-jq [email protected] [email protected]
# spack -e . buildcache push -j $(($(nproc) + 1)) --base-image ubuntu:22.04 --update-index local-buildcache --tag mvapich3-jq [email protected] [email protected]
if: ${{ !cancelled() }}
2 changes: 1 addition & 1 deletion spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ spack:
# - [email protected] ^llvm~clang~gold~polly ^openblas threads=openmp +ilp64
- [email protected]
- [email protected]
- jq
- jq@1.7.1
concretizer:
unify: false
config:
Expand Down

0 comments on commit a499f12

Please sign in to comment.