File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -35,30 +35,4 @@ build:rtd --enable_bzlmod
3535
3636common --incompatible_python_disallow_native_rules
3737
38- ### TODO @aignas 2025-03-22: remove?
39- #
4038build --lockfile_mode=update
41-
42- # Only download the final result, the intermediate files can stay on the
43- # server side.
44- build --remote_download_toplevel
45-
46- # Kubernetes will have a different host name than 'localhost'.
47- build:remote-exec --remote_executor=grpc://localhost:8980
48- # The Buildbarn worker can configure instance_name_prefix to create separate
49- # execution bins within the cluster. Optional, but useful when trying new
50- # worker configurations.
51- build:remote-exec --remote_instance_name=fuse
52- # Make sure to load Buildbarn with more requests than the number of CPUs on
53- # your host machine.
54- build:remote-exec --jobs=64
55- # Make sure that the remote execution platform and the matching toolchains
56- # take precedence over the other definitions in the WORKSPACE file.
57- #build:remote-exec --extra_toolchains=//tests/support/remote-toolchains:all
58-
59- # When running Ubuntu 22.04 executors.
60- build:remote-ubuntu-22-04 --config=remote-exec
61- build:remote-ubuntu-22-04 --extra_execution_platforms=//tests/support/remote-toolchains:ubuntu-act-22-04-platform
62-
63- # When running bare executors on your own host machine.
64- build:remote-local --config=remote-exec
You can’t perform that action at this time.
0 commit comments