Manifests for builds with UM#38
Draft
anton-seaice wants to merge 4 commits into
Draft
Conversation
anton-seaice
commented
Apr 17, 2026
Collaborator
Author
|
Does this mean anything to you ? The CI on access-spack-packages doesn't have an issue with that |
Member
|
It does! Since you're trying to clone a private repository, you'll need to use a personal access token that has access to that repo. You'll need to add the following to the workflow, at the end of the uses: access-nri/build-ci/.github/workflows/ci.yml@v3
with:
spack-manifest-path: ${{ matrix.file }}
# ...
secrets:
spack-install-command-pat: ${{ secrets.SPACK_COMMAND_INSTALL_PAT }}I've created the secret in this repo, so you just have to add that to the workflow :) |
Collaborator
Author
|
Thanks Tommy - it worked :) |
Collaborator
Author
|
I've split this into two, see cmake part in #40 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
closes #6
This change adds manifests for these build configurations:
MOM6-UM13,MOM6-CICE6-UM13
although all other permutations of the four components may be possible (some would require code changes in those components to do something useful).
This change depends on ACCESS-NRI/access-spack-packages#410