don't wipe build environment before building opam in install step of OCaml easyblock#3443
Conversation
|
@boegelbot please test @ jsc-zen3 |
|
@boegel: Request for testing this PR well received on jsczen3l1.int.jsc-zen3.fz-juelich.de PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 2346159739 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot Overview of tested easyconfigs (in order)
Build succeeded for 5 out of 5 (5 easyconfigs in total) edit: this was using EasyBuild 4.9.x-develop, with RPATH disabled |
|
Test report by @boegel Overview of tested easyconfigs (in order)
Build succeeded for 5 out of 5 (5 easyconfigs in total) edit: also without RPATH |
|
Test report by @boegel Overview of tested easyconfigs (in order)
Build succeeded for 5 out of 5 (5 easyconfigs in total) edit: with RPATH, proving that this indeed fixes #3247 |
(created using
eb --new-pr)Calling
load_fake_modulewithpurge=Trueimplies wiping the build environment, and resetting it to what it was whenebwas started.That's especially problematic when EasyBuild is configured to use RPATH linking, since the RPATH wrappers that EasyBuild puts in place are then no longer used...
fixes #3247