-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* renaming Spack repo used for testing to have a more obvious name * update package to version currently bundled with spack * change spack build to use our spack file explicitly * copy all necessary files in the workflow recursively Co-authored-by: Benjamin Rodenberg <[email protected]>
- Loading branch information
1 parent
c5b19c7
commit 36e4782
Showing
4 changed files
with
8 additions
and
8 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
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
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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Build stage with Spack pre-installed and ready to be used | ||
FROM spack/ubuntu-bionic:latest | ||
FROM spack/ubuntu-bionic:latest | ||
|
||
# Mount the current sources into the build container | ||
# and build the default environment | ||
ADD ./spack/repo /py-pyprecice-repo | ||
RUN spack --color=always env create --without-view ci && \ | ||
spack --color=always -e ci add py-pyprecice@develop target=x86_64 && \ | ||
spack --color=always -e ci repo add /py-pyprecice-repo && \ | ||
spack --color=always -e ci add pyprecice.test.py-pyprecice@develop target=x86_64 && \ | ||
spack --color=always -e ci install --fail-fast --only=dependencies && \ | ||
spack --color=always clean -a |
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
repo: | ||
namespace: 'spack' | ||
namespace: 'pyprecice.test' |