Skip to content

Commit

Permalink
chore: enable Aspect Workflows RBE
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Jan 9, 2025
1 parent 5a7aa71 commit 23c1906
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions .aspect/workflows/bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions .aspect/workflows/config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# See https://docs.aspect.build/workflows/configuration
bazel:
flags:
- --config=rbe
workspaces:
.:
tasks:
Expand Down

0 comments on commit 23c1906

Please sign in to comment.