Skip to content

Commit d1a2f0b

Browse files
committed
bazel 6 workaround to keep test logs
1 parent 530faf4 commit d1a2f0b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
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

0 commit comments

Comments
 (0)