diff --git a/bazel/platforms/BUILD.bazel b/.aspect/workflows/BUILD.bazel similarity index 100% rename from bazel/platforms/BUILD.bazel rename to .aspect/workflows/BUILD.bazel diff --git a/.aspect/workflows/bazelrc b/.aspect/workflows/bazelrc index 33fb1ce..ed6a9ab 100644 --- a/.aspect/workflows/bazelrc +++ b/.aspect/workflows/bazelrc @@ -3,8 +3,8 @@ common --remote_download_outputs=minimal common --nobuild_runfile_links # remote execution -common:rbe --extra_execution_platforms=//bazel/platforms:x86_64_linux_remote -common:rbe --host_platform=//bazel/platforms:x86_64_linux_remote +common:rbe --extra_execution_platforms=//.aspect/workflows:x86_64_linux_remote +common:rbe --host_platform=//.aspect/workflows:x86_64_linux_remote common:rbe --remote_executor=unix:///mnt/ephemeral/buildbarn/.cache/bb_clientd/grpc common:rbe --genrule_strategy=remote,local common:rbe --jobs=32 diff --git a/.aspect/workflows/config.yaml b/.aspect/workflows/config.yaml index 183a659..6263dbb 100644 --- a/.aspect/workflows/config.yaml +++ b/.aspect/workflows/config.yaml @@ -1,4 +1,7 @@ # See https://docs.aspect.build/workflows/configuration +bazel: + flags: + - --config=rbe workspaces: .: tasks: