add support for installing with bwrap#5130
Open
smoors wants to merge 19 commits intoeasybuilders:developfrom
Open
add support for installing with bwrap#5130smoors wants to merge 19 commits intoeasybuilders:developfrom
smoors wants to merge 19 commits intoeasybuilders:developfrom
Conversation
Member
|
@smoors I only took a very quick look at this, but do we really need |
Contributor
Author
Member
|
@smoors We should cover the use of Maybe an extra step can be added at the end of |
added 14 commits
February 25, 2026 20:00
Contributor
Author
done in ab03bb8 successful test in https://github.com/easybuilders/easybuild-framework/actions/runs/22448778136/job/65010878984?pr=5130 it runs in a separate workflow, directly in the VM instead of a container because i couldn't get bwrap to work in a container in a github workflow. |
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.
cfr. #4110
UPDATE 2026-02-27
done:
--bwrap-installpathoption to specify the temporary install path.--bwrapoption: if set, EB will gather all info needed to run with bwrap.rerun_with_bwrap()function inmain.pywhich reruns EB with bwrap if--bwrapis set (and disables--bwrapfor a real installation).--experimentalflagstill to do (in follow-up PR):
requires the following easyblock PRs to work for all software: