Skip to content

Commit

Permalink
chore: enable Aspect Workflows RBE (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored Jan 9, 2025
1 parent 5a7aa71 commit 6ed79b2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ platform(
],
exec_properties = {
"OSFamily": "Linux",
"container-image": "docker://ghcr.io/catthehacker/ubuntu:act-22.04@sha256:5f9c35c25db1d51a8ddaae5c0ba8d3c163c5e9a4a6cc97acd409ac7eae239448",
"container-image": "docker://public.ecr.aws/docker/library/python@sha256:247105bbbe7f7afc7c12ac893be65b5a32951c1d0276392dc2bf09861ba288a6",
},
visibility = ["//visibility:public"],
)
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_terser//.aspect/workflows:x86_64_linux_remote
common --host_platform=@aspect_rules_terser//.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
1 change: 1 addition & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module(
bazel_dep(name = "aspect_bazel_lib", version = "2.7.7")
bazel_dep(name = "aspect_rules_js", version = "2.0.0")
bazel_dep(name = "bazel_skylib", version = "1.5.0")
bazel_dep(name = "platforms", version = "0.0.5")

####### Dev dependencies ########

Expand Down

0 comments on commit 6ed79b2

Please sign in to comment.