Skip to content

Commit

Permalink
Build LLVM from source in CI
Browse files Browse the repository at this point in the history
We build Alloy in CI, which requires us to have LLVM installed. Rust
no longer provides LLVM binaries for our rustc version so we must build
it ourselves.
  • Loading branch information
jacob-hughes committed Oct 23, 2024
1 parent 26eaf57 commit f47421d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .buildbot.config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ extended = false

[llvm]
assertions = true # Turn on assertions in LLVM.
download-ci-llvm = false

[install]
prefix = "build/rustc_boehm"
Expand Down

0 comments on commit f47421d

Please sign in to comment.