-
Notifications
You must be signed in to change notification settings - Fork 15
check if ld wrappers are actually available in post_prepare_hook_gcc_prefixed_ld_rpath_wrapper
#141
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
base: main
Are you sure you want to change the base?
Conversation
ld wrappers are actually availableld wrappers are actually available in post_prepare_hook_gcc_prefixed_ld_rpath_wrapper
|
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws for:arch=x86_64/amd/zen2 |
|
New job on instance
|
|
New job on instance
|
ocaisa
left a comment
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.
LGTM
|
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws for:arch=x86_64/amd/zen2 |
|
New job on instance
|
|
New job on instance
|
|
Ran into the issue described here: EESSI/software-layer#552 (comment). Trying the fix from cc39efb now. |
On RISC-V a build of GCC failed (EESSI/dev.eessi.io-riscv#3) because
ld.goldis not available (not in the compat layer and neither in the build container), leading to:This PR adds a check that will skip the wrapper if it's not available.
My test build with this updated hook is still running on RISC-V, but it already got past the prepare step, so it seems to work fine.