Skip to content

Commit e5fc191

Browse files
committed
chore: remove rbe
1 parent 419df90 commit e5fc191

File tree

4 files changed

+1
-29
lines changed

4 files changed

+1
-29
lines changed

.aspect/workflows/BUILD.bazel

Lines changed: 0 additions & 12 deletions
This file was deleted.

.aspect/workflows/bazelrc

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
11
# build without the bytes
22
common --remote_download_outputs=minimal
33
common --nobuild_runfile_links
4-
5-
# remote execution
6-
common --extra_execution_platforms=@aspect_rules_ts//.aspect/workflows:x86_64_linux_remote
7-
common --host_platform=@aspect_rules_ts//.aspect/workflows:x86_64_linux_remote
8-
common --remote_executor=unix:///mnt/ephemeral/buildbarn/.cache/bb_clientd/grpc
9-
common --genrule_strategy=remote,local
10-
common --jobs=32
11-
common --remote_timeout=3600

e2e/bzlmod/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ local_path_override(
44
path = "../..",
55
)
66

7-
bazel_dep(name = "aspect_rules_js", version = "2.0.0", dev_dependency = True) # repeated here only because we use the platforms definitions for rbe
7+
bazel_dep(name = "aspect_rules_js", version = "2.0.0", dev_dependency = True)
88
bazel_dep(name = "bazel_skylib", version = "1.5.0", dev_dependency = True)
99
bazel_dep(name = "rules_proto", version = "5.3.0-21.7", dev_dependency = True)
1010
bazel_dep(name = "toolchains_protoc", version = "0.2.4", dev_dependency = True)

e2e/external_dep/MODULE.bazel

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,6 @@ single_version_override(
1010
version = "2.9.0",
1111
)
1212

13-
# TODO: rules_js shouldn't be required in this module, as we don't reference it anywhere.
14-
# However, on RBE only (!) we get an error:
15-
# ERROR: /home/runner/work/rules_ts/rules_ts/e2e/external_dep/app/BUILD:4:11:
16-
# While resolving toolchains for target //:test: com.google.devtools.build.lib.packages.BuildFileNotFoundException:
17-
# no such package '@[unknown repo 'aspect_rules_js' requested from @]//platforms':
18-
# The repository '@[unknown repo 'aspect_rules_js' requested from @]' could not be resolved:
19-
# No repository visible as '@aspect_rules_js' from main repository
20-
bazel_dep(name = "aspect_rules_js", version = "2.0.0", dev_dependency = True)
2113
bazel_dep(name = "bazel_skylib", version = "1.5.0", dev_dependency = True)
2214

2315
rules_ts_ext = use_extension("@aspect_rules_ts//ts:extensions.bzl", "ext", dev_dependency = True)

0 commit comments

Comments
 (0)