Skip to content

Commit

Permalink
Use [email protected] for the intel-oneapi-mpi-jq container
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Feb 5, 2024
1 parent 9b92c90 commit 972c3fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
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 [email protected] [email protected]
spack -e . buildcache push -j $(($(nproc) + 1)) --base-image ubuntu:22.04 --tag intel-oneapi-mpi-jq --update-index local-buildcache [email protected] intel-oneapi-mpi@2021.7.0
spack -e . buildcache push -j $(($(nproc) + 1)) --base-image ubuntu:22.04 --tag intel-oneapi-mpi-jq --update-index local-buildcache [email protected] intel-oneapi-mpi@2021.11.0
spack -e . buildcache push -j $(($(nproc) + 1)) --base-image ubuntu:22.04 --tag mvapich2-jq --update-index local-buildcache [email protected] [email protected] [email protected]
spack -e . buildcache push -j $(($(nproc) + 1)) --base-image ubuntu:22.04 --tag mvapich3-jq --update-index local-buildcache [email protected] [email protected] [email protected]
if: ${{ !cancelled() }}

0 comments on commit 972c3fd

Please sign in to comment.