-
Notifications
You must be signed in to change notification settings - Fork 84
prevent GObject-Introspection from setting EB-filtered environment variables #646
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
Merged
ocaisa
merged 6 commits into
EESSI:2023.06-software.eessi.io
from
bedroge:gobject_introspection_fix
Jul 19, 2024
Merged
Changes from 2 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
8a2eca3
add a hook for GObject-Introspection that prevents environment vars f…
bedroge 62c1f7d
rebuild all GObject-Introspection versions to apply new hook
bedroge 6277bc3
fix comment
bedroge 5593999
remove the at-spi2-core hook
bedroge 46a9c85
rebuild at-spi2-core with the rebuilt GObject-Introspection
bedroge 013e181
Merge branch 'gobject_introspection_fix' of github.com:bedroge/softwa…
bedroge 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
12 changes: 12 additions & 0 deletions
12
...ware.eessi.io/2023.06/rebuilds/20240719-eb-4.9.2-GObject-Introspection-filter-envvars.yml
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 |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| # 2024.07.19 | ||
| # GObject-Introspection sets $LD_LIBRARY_PATH (to many different paths, including $EPREFIX/lib) | ||
| # when calling gcc, and this causes a lot of issues for, especially, scripts using /bin/bash. | ||
| # | ||
| # This rebuild ensures (by using a new EasyBuild hook) that GObject-Introspection will not set | ||
| # environment variables that are configured to be filtered by EasyBuild. | ||
| # | ||
| # See https://github.com/EESSI/software-layer/issues/196 | ||
| easyconfigs: | ||
| - GObject-Introspection-1.74.0-GCCcore-12.2.0.eb | ||
| - GObject-Introspection-1.76.1-GCCcore-12.3.0.eb | ||
| - GObject-Introspection-1.78.1-GCCcore-13.2.0.eb |
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
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.
Uh oh!
There was an error while loading. Please reload this page.