fix build of Rust 1.70.0 by disabling download of pre-built LLVM#19264
fix build of Rust 1.70.0 by disabling download of pre-built LLVM#19264boegel wants to merge 1 commit intoeasybuilders:developfrom
Conversation
8113b3b to
32ee6bb
Compare
|
@boegelbot please test @ generoso |
|
@boegel: Request for testing this PR well received on login1 PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 1817943437 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot |
|
@boegelbot please test @ jsc-zen2 |
|
@boegel: Request for testing this PR well received on jsczen2l1.int.jsc-zen2.easybuild-test.cluster PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 1817969575 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot |
|
Test report by @boegel |
|
Test report by @verdurin |
| ('OpenSSL', '1.1', '', SYSTEM), | ||
| ] | ||
|
|
||
| prebuildopts = r"sed -i '/\[llvm\]/d' config.toml && " |
There was a problem hiding this comment.
@boegel could do with a comment explaining what's going on here?
|
Test report by @sassy-crick |
|
See easybuilders/easybuild-easyblocks#3038 for a more elegant fix :) |
|
@lexming Makes sense to update the easyblock, this was more of a stop-gap solution since I wasn't sure whether older Rust versions were going to be a problem (looks like that's a no). I'll close this, people can still use |
(created using
eb --new-pr)fix for build failure of
Rust-1.70.0-GCCcore-12.3.0.eb:This currently only seems to affect Rust 1.70.0, there's no such problem (currently) for older versions (like
Rust-1.65.0-GCCcore-12.2.0.eb) and newer version (likeRust-1.73.0-GCCcore-13.2.0.eb).