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

[Draft] Switch base toolchains to LRE #213

Merged
merged 1 commit into from
May 12, 2024

Conversation

aaronmondal
Copy link
Contributor

This commit migrates the entire toolchain foundation to NativeLink and LRE.

This setup doesn't fully work yet as the new K8s setup randomly terminates the gRPC stream after a while.

To test this, use native up to spin up the cluster, then run ll up to deploy NativeLink to it. Then go to the examples directory, instantiate the nix environment there and run ../bazel-native.sh test --verbose_failures ....

This commit migrates the base toolchains to NativeLink with LRE.

Due to issues with modules the new remote toolchains are't fully
functional, but non-module LLVM parts of it are.

We can now use `ll up` to set up a NativeLink LRE deployment in a local
K8s cluster to debug against a proper remote exec setup.

Changes the nix-bundled bazel to bazelisk. This is easier to get working
with remote execution and is independently updateable.
@aaronmondal aaronmondal marked this pull request as ready for review May 12, 2024 14:34
@aaronmondal aaronmondal merged commit c56cee0 into eomii:main May 12, 2024
1 check passed
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