Skip to content

Create a bazel extension for Crubit. - #1438

Merged
copybara-service[bot] merged 1 commit into
mainfrom
test_947951581
Jul 15, 2026
Merged

Create a bazel extension for Crubit.#1438
copybara-service[bot] merged 1 commit into
mainfrom
test_947951581

Conversation

@copybara-service

Copy link
Copy Markdown

Create a bazel extension for Crubit.

The role of this extension is threefold:

  1. Configure a Rust toolchain
  2. Configure an LLVM toolchain
  3. Check, as much as possible, that those two toolchains are compatible

Mainly that means we need to ensure our LLVM toolchain is at least as
new as our Rust toolchain. Otherwise, Rust may produce object code that
isn't compatible with the linker our LLVM toolchain provides.

@copybara-service
copybara-service Bot force-pushed the test_947951581 branch 5 times, most recently from 31d2679 to 7930e64 Compare July 15, 2026 15:10
The role of this extension is threefold:

1. Configure a Rust toolchain
2. Configure an LLVM toolchain
3. Check, as much as possible, that those two toolchains are compatible

Mainly that means we need to ensure our LLVM toolchain is at least as
new as our Rust toolchain. Otherwise, Rust may produce object code that
isn't compatible with the linker our LLVM toolchain provides.

PiperOrigin-RevId: 948345095
@copybara-service
copybara-service Bot merged commit 3a2c584 into main Jul 15, 2026
@copybara-service
copybara-service Bot deleted the test_947951581 branch July 15, 2026 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant