Skip to content

Commit eb50e6c

Browse files
committed
Move execution platform registration from .bazelrc to WORKSPACE
1 parent 91b4264 commit eb50e6c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.bazelrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ build --experimental_enable_bzlmod
22
build --incompatible_strict_action_env
33

44
build --platforms=//platforms:erlang_external_platform
5-
build --extra_execution_platforms=//platforms:erlang_external_platform
65

76
try-import %workspace%/user.bazelrc

WORKSPACE.bazel

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,7 @@ rules_erlang_dependencies()
3333
register_toolchains(
3434
"//:erlang_toolchain_external",
3535
)
36+
37+
register_execution_platforms(
38+
"//platforms:erlang_external_platform",
39+
)

0 commit comments

Comments
 (0)