-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update spack_build.yml with checkout in right place
- Loading branch information
1 parent
a6a0569
commit 4306636
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,13 +24,6 @@ jobs: | |
|
||
name: Build Custom Base Image | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
with: | ||
# Once we move submodule deps into spack, we can do some more builds | ||
# Also need to change build script to use spack from base image | ||
submodules: true | ||
|
||
# No GHCR base image with skopeo, so this will do... | ||
- name: "Set up skopeo" | ||
uses: warjiang/[email protected] | ||
|
@@ -117,6 +110,13 @@ jobs: | |
name: Build HiOp with Spack | ||
|
||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
with: | ||
# Once we move submodule deps into spack, we can do some more builds | ||
# Also need to change build script to use spack from base image | ||
submodules: true | ||
|
||
- name: Clone Spack | ||
run: | | ||
# TODO: Move back to spack@develop once patch in in develop | ||
|