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 0ca2354 commit 7910f04Copy full SHA for 7910f04
test/.bazelrc
@@ -1,6 +1,9 @@
1
build --enable_bzlmod
2
build --incompatible_strict_action_env
3
4
+# https://github.com/bazelbuild/bazel/issues/17081
5
+build --use_top_level_targets_for_symlinks=false
6
+
7
build --flag_alias=erlang_home=@rules_erlang//:erlang_home
8
build --flag_alias=erlang_version=@rules_erlang//:erlang_version
9
test/BUILD.bazel
@@ -5,7 +5,7 @@ platform(
name = "erlang_internal_platform",
constraint_values = [
"@erlang_config//:erlang_internal",
- "@erlang_config//:erlang_24",
+ "@erlang_config//:erlang_26",
],
10
parents = ["@rbe//config:platform"],
11
)
0 commit comments