Skip to content

Commit 7910f04

Browse files
committed
bazel 6 workaround to keep test logs
1 parent 0ca2354 commit 7910f04

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

test/.bazelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
build --enable_bzlmod
22
build --incompatible_strict_action_env
33

4+
# https://github.com/bazelbuild/bazel/issues/17081
5+
build --use_top_level_targets_for_symlinks=false
6+
47
build --flag_alias=erlang_home=@rules_erlang//:erlang_home
58
build --flag_alias=erlang_version=@rules_erlang//:erlang_version
69

test/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ platform(
55
name = "erlang_internal_platform",
66
constraint_values = [
77
"@erlang_config//:erlang_internal",
8-
"@erlang_config//:erlang_24",
8+
"@erlang_config//:erlang_26",
99
],
1010
parents = ["@rbe//config:platform"],
1111
)

0 commit comments

Comments
 (0)