-
Notifications
You must be signed in to change notification settings - Fork 203
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
release EasyBuild v4.8.2 #4370
Merged
release EasyBuild v4.8.2 #4370
Conversation
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
We run into rate limits installing the dependencies. We can reduce the number of CI jobs to almost half by running the tests in a loop for each supported module syntax.
…ges when testing with Python 2
…udo -u easybuild bash -l -c ...`
…ompatible with both (old versions of) Python 2.7 & 3.x
…ts with Python 2.7 in CentOS 7.9 container
Supress ==> Suppress in help for `--silence-hook-trigger`
sync with main + bump version to 4.8.2dev
clean up stray regex.search in `test_checksum_step`
add CI workflow to run unit tests with Python 2 (again)
E.g. `%(cudamajver)s` (introduced by #2850) is available but not documented.
…h each easystack item (fixes #4291)
…mine length of tmpdir path in tempfile Co-authored-by: ocaisa <[email protected]>
include major version (`*majver`) templates in auto-generated documentation
reset `tempfile.tempdir` to `None` to avoid that tmpdir path gets progressively deeper with each easystack item
reduce number of CI jobs by testing for Lua and Tcl module syntax in a single CI job
Co-authored-by: Kenneth Hoste <[email protected]>
Some Python version may interpret the latter as an (empty) dict instead of a set
…ts with clean env. The real problem was that the template_constant_dict has changed, so the expected output is now different - and should include sysroot and its value
…t for addition of sysroot template
Add sysroot template value
`eb --missing` returns a list with filenames. So an absolute path passed to `--ec` isn't matched which leads to an error stating you should install the EasyConfig that you are trying to find the dependencies of. Fix by getting the filename/basename first.
…aptured This helps diagnosing failures for e.g. `eb --missing` (called with `capture_stderr=False`) but which may print errors (e.g. failed parsing of some ECs) to stderr
…tatus of easyconfigs PR is no longer available
add `EasyConfig.dependency_names`
fix `findPythonDeps.py` script when called with an absolute path to an easyconfig
fix broken test for `reasons_for_closing`, which fails because commit status of easyconfigs PR is no longer available
prepare release notes for EasyBuild v4.8.2 + bump version to 4.8.2
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.
No description provided.