-
Notifications
You must be signed in to change notification settings - Fork 66
Changes/TEST PR for bot/build.sh - add CaDiCaL 1.3.0 GCC 9.3.0 (NESSI) #226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Conversation
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
- adds a new configuration file init/eessi_defaults which sets EESSI_PILOT_VERSION to a default or EESSI_PILOT_VERSION_OVERRIDE and EESSI_CVMFS_REPO to a default or EESSI_CVMFS_REPO_OVERRIDE - existing init files and scripts that used hardcoded values are adjusted to source the new configuration file - a comment in EESSI-pilot-install-software.sh is updated that not a hardcoded version but the one from init/eessi_defaults is used - a simple test is added which checks if the default values in init/eessi_defaults correspond to values used in README.md
- should support existing ways to access EESSI - no additional features implemented yet (--help may hint at new features)
- added missing export for TMPDIR - moved functions to utils.sh - renamed local-disk/LOCAL_DISK to host-storage/HOST_STORAGE
…nhancement/unified_script_to_access_EESSI Pulling in changes until PR EESSI#221.
…d how to provide /tmp inside container
Collaborator
Author
|
Replaced by #233 |
trz42
pushed a commit
to trz42/software-layer
that referenced
this pull request
Jan 17, 2024
…uild_sh add most changes (except NVIDIA related ones) to bot/build.sh
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 requires a bot running PR EESSI/eessi-bot-software-layer#148