Skip to content

Commit

Permalink
chore: enable Aspect Workflows RBE (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored Jan 9, 2025
1 parent 663e22f commit 058bd86
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 18 deletions.
File renamed without changes.
12 changes: 6 additions & 6 deletions .aspect/workflows/bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ 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 --remote_executor=unix:///mnt/ephemeral/buildbarn/.cache/bb_clientd/grpc
common:rbe --genrule_strategy=remote,local
common:rbe --jobs=32
common:rbe --remote_timeout=3600
common --extra_execution_platforms=@aspect_rules_jasmine//.aspect/workflows:x86_64_linux_remote
common --host_platform=@aspect_rules_jasmine//.aspect/workflows:x86_64_linux_remote
common --remote_executor=unix:///mnt/ephemeral/buildbarn/.cache/bb_clientd/grpc
common --genrule_strategy=remote,local
common --jobs=32
common --remote_timeout=3600
12 changes: 0 additions & 12 deletions bazel/platforms/BUILD.bazel

This file was deleted.

0 comments on commit 058bd86

Please sign in to comment.