We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91b4264 commit eb50e6cCopy full SHA for eb50e6c
.bazelrc
@@ -2,6 +2,5 @@ build --experimental_enable_bzlmod
2
build --incompatible_strict_action_env
3
4
build --platforms=//platforms:erlang_external_platform
5
-build --extra_execution_platforms=//platforms:erlang_external_platform
6
7
try-import %workspace%/user.bazelrc
WORKSPACE.bazel
@@ -33,3 +33,7 @@ rules_erlang_dependencies()
33
register_toolchains(
34
"//:erlang_toolchain_external",
35
)
36
+
37
+register_execution_platforms(
38
+ "//platforms:erlang_external_platform",
39
+)
0 commit comments