-
Notifications
You must be signed in to change notification settings - Fork 26
update bootstrap-prefix.sh script
#186
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
Closed
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
d6fb3eb
bumbing version to 2023.06 and masking OpenSSL to older than v3.*
truib 7c84a72
bump version to 2023.06 + mask OpenSSL versions 3.*
truib 320111b
use trz42/gentoo-overlay
truib be96c76
fix package mask for OpenSSL
truib 970e6be
use trz42/gentoo-overlay + fix package mask for OpenSSL
truib 3a21636
fix masking of OpenSSL 3.*
boegel 7c935f9
bump EESSI version to 2023.06
boegel c0bec57
Merge pull request #2 from boegel/eessi-2023.06-gentoo-2949284
trz42 dc18b1b
Merge branch 'eessi-2023.06-gentoo-2949284' of https://github.com/trz…
truib 0900791
bump Gentoo commit to June 8, 2023
truib c5276c6
sync'ed bootstrap-prefix.sh with upstream
truib File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,11 +1,11 @@ | ||
| # Defaults file for the compatibility layer role. | ||
| --- | ||
| eessi_version: "2023.04" | ||
| eessi_version: "2023.06" | ||
|
|
||
| custom_overlays: | ||
| - name: eessi | ||
| source: git | ||
| url: https://github.com/EESSI/gentoo-overlay.git | ||
| url: https://github.com/trz42/gentoo-overlay.git | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Unintended change here |
||
| eclass-overrides: true | ||
|
|
||
| cvmfs_repository: pilot.eessi-hpc.org | ||
|
|
@@ -17,7 +17,9 @@ gentoo_git_repo: https://github.com/gentoo/gentoo.git | |
| # Select a specific commit in the gentoo_git_repo that should be used for the bootstrap, | ||
| # e.g. by checking: https://github.com/gentoo/gentoo/commits/master | ||
| # April 17 (29492845e41ea6a0a4a9769c7e0ce287d106079b) commit is after fix for Lmod | ||
| gentoo_git_commit: 29492845e41ea6a0a4a9769c7e0ce287d106079b | ||
| # gentoo_git_commit: 29492845e41ea6a0a4a9769c7e0ce287d106079b | ||
| # June 8 (aab8473aa90e0287553b3348a5c5b17872df4b7b) commit that was current when fetching luaposix | ||
| gentoo_git_commit: aab8473aa90e0287553b3348a5c5b17872df4b7b | ||
| prefix_required_space: 15 GB | ||
| prefix_default_gcc: 9.5.0 | ||
| prefix_user_defined_trusted_dirs: | ||
|
|
@@ -26,6 +28,10 @@ prefix_mask_packages: | | |
| # stick to GCC 9.x; using a too recent compiler in the compat layer complicates stuff in the software layer, | ||
| # see for example https://github.com/EESSI/software-layer/issues/151 | ||
| >=sys-devel/gcc-10 | ||
| # mask OpenSSL 3.x, stick to OpenSSL 1.1.x for now to avoid problems with: | ||
| # - older versions of Rust (see https://github.com/EESSI/software-layer/issues/257) | ||
| # - older versions of cryptograhy in Python (see https://github.com/EESSI/software-layer/issues/258) | ||
| >=dev-libs/openssl-3 | ||
| prefix_unmask_packages: | | ||
| # unmask older GCC to make it installable | ||
| =sys-devel/gcc-9* | ||
|
|
||
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since we're also bumping to 2023.06, we should fix the PR title?