Skip to content

Commit

Permalink
Merge pull request easybuilders#3038 from lexming/rust
Browse files Browse the repository at this point in the history
disable LLVM build downloads from CI in Rust
  • Loading branch information
boegel authored Nov 24, 2023
2 parents f191d62 + 7b30c21 commit 2e0b1f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions easybuild/easyblocks/r/rust.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ def configure_step(self):

self.cfg.update('configopts', "--sysconfdir=%s" % os.path.join(self.installdir, 'etc'))

# old llvm builds from CI get deleted after a certain time
self.cfg.update('configopts', "--set=llvm.download-ci-llvm=false")

# don't use Ninja if it is not listed as a build dependency;
# may be because Ninja requires Python, and Rust is a build dependency for cryptography
# which may be included as an extension with Python
Expand Down

0 comments on commit 2e0b1f3

Please sign in to comment.