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 34415f6
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 --tag intel-mpi-jq --update-index local-buildcache jq@1.7.1 intel-mpi@2019.9.304
# spack -e . buildcache push -j $(($(nproc) + 1)) --base-image ubuntu:22.04 --update-index local-buildcache --tag intel-oneapi-mpi-jq jq@1.7.1 intel-oneapi-mpi@2021.7.0
# spack -e . buildcache push -j $(($(nproc) + 1)) --base-image ubuntu:22.04 --update-index local-buildcache --tag mvapich2-jq jq@1.7.1 mvapich2@2.3.7
# spack -e . buildcache push -j $(($(nproc) + 1)) --base-image ubuntu:22.04 --update-index local-buildcache --tag mvapich3-jq jq@1.7.1 mvapich@3.0b
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:
# - julia@1.9.2 ^llvm~clang~gold~polly ^openblas threads=openmp +ilp64
- mvapich@3.0b
- mvapich2@2.3.7
- jq
- jq@1.7.1
concretizer:
unify: false
config:
Expand Down

0 comments on commit 34415f6

Please sign in to comment.