Bug fixes for bootstrapping spack on air-gapped systems#506
Merged
climbfuji merged 2 commits intoJCSDA:spack-stack-devfrom Jan 23, 2025
Merged
Conversation
…ping.rst, lib/spack/spack/bootstrap/core.py, lib/spack/spack/cmd/bootstrap.py
4 tasks
AlexanderRichert-NOAA
approved these changes
Jan 23, 2025
|
Regarding Will future changes be required to account for |
Collaborator
Author
spack develop uses v0.6 - I had issues with that for spack v0.23 (what we use in spack-stack-dev at the moment) because of version mismatches, but v0.5 worked. My expectation is that we will pull in spack develop after the 1.9.0 release, at which time we will automatically move up to v0.6. |
climbfuji
added a commit
to JCSDA/spack-stack
that referenced
this pull request
Jan 23, 2025
…pped systems (#1468) Update submodule pointer for spack for the changes in JCSDA/spack#506 (Bug fixes for bootstrapping spack on air-gapped systems), and documentation updates for creating bootstrap mirrors for air-gapped systems.
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.
This PR is pulling in the updates from spack#48252, modified for the v0.23 spack base branch (PR 48252 is for spack develop, which is v1.0-alpha). PR 48252 is ready as far as spack core code changes are concerned, the only reason the PR isn't merged yet is because the GitHub actions are missing a
spack buildcache update-indexcommand.See JCSDA/spack-stack#1468 for the corresponding spack-stack PR (documentation updates) and information on testing.