Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use execroot for compiler working directory #6911

Merged
merged 3 commits into from
Oct 22, 2024

Conversation

LeFrosch
Copy link
Collaborator

Changes the working directory of the compiler to the current execroot. Also adds an integration test for the custom llvm toolchain.

@LeFrosch LeFrosch marked this pull request as ready for review October 18, 2024 15:31
@github-actions github-actions bot added product: CLion CLion plugin product: IntelliJ IntelliJ plugin product: GoLand GoLand plugin awaiting-review Awaiting review from Bazel team on PRs labels Oct 18, 2024
@@ -0,0 +1,21 @@
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's move to bzlmod for this test because we use bazel 7+ anyway

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I migrated the test, but I cannot delete the WORKSPACE file because rules_bazel_integration_test requires a WORKSPACE file.

@LeFrosch LeFrosch merged commit 0c77e97 into bazelbuild:master Oct 22, 2024
6 checks passed
@LeFrosch LeFrosch deleted the custom-toolchain-fix branch October 22, 2024 09:48
@github-actions github-actions bot removed the awaiting-review Awaiting review from Bazel team on PRs label Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
product: CLion CLion plugin product: GoLand GoLand plugin product: IntelliJ IntelliJ plugin
Projects
Development

Successfully merging this pull request may close these issues.

4 participants