Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Setup RBE using EngFlow's regolith cluster #558

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

TheGrizzlyDev
Copy link

No description provided.

TheGrizzlyDev and others added 7 commits April 19, 2024 13:16
> platforms/linux_x86/config/BUILD

Remove the blank line between the package statement and the toolchain rule;

Move the parents attribute to the end of the platform rule;

> platforms/linux_x86/cc/BUILD

In the compiler_deps filegroup, add line breaks and indentation;

In the cc_toolchain rule for cc-compiler-k8, reorder the attributes alphabetically;

In the linux_gnu_x86 cc_toolchain_config rule:
Reorder the attributes alphabetically.
Move the -lstdc++ and -lm link libraries into a link_libs list.
Split link_flags and unfiltered_compile_flags into multiple lines.

In the cc-compiler-armeabi-v7a cc_toolchain rule, swap the order of toolchain_identifier and toolchain_config;

> executioncontext/workspacecontext/src/test/kotlin/org/jetbrains/bsp/bazel/workspacecontext/BUILD

Add a comma (,) after the closing brace (}) of the exec_properties dictionary.
- replace `exclusive` tag with `exclusive-if-local`
- set `CC` env variable for tests so that bazel can automatically configure the CC toolchain
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants