Skip to content

Commit

Permalink
chore: cleanup Workflows config (#2054)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored Dec 30, 2024
1 parent b43f3f4 commit 976b6f4
Show file tree
Hide file tree
Showing 15 changed files with 19 additions and 354 deletions.
66 changes: 0 additions & 66 deletions .aspect/workflows/README.md

This file was deleted.

12 changes: 4 additions & 8 deletions .aspect/workflows/bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,10 @@
common --remote_download_outputs=minimal
common --nobuild_runfile_links

# generate build_event_log binary build event profile file
common --build_event_binary_file=build_event_log.bin
common --build_event_binary_file_path_conversion=false
common --build_event_publish_all_actions=true

common:rbe --extra_execution_platforms=@aspect_bazel_lib//platforms:x86_64_linux_remote
common:rbe --host_platform=@aspect_bazel_lib//platforms:x86_64_linux_remote
# 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:rbe --remote_timeout=3600
Loading

0 comments on commit 976b6f4

Please sign in to comment.