Skip to content

Commit 841a585

Browse files
committed
build: enable merging of default shell_env and env in Bazel
This is necessary to support later versions of e.g. `rules_ts`.
1 parent 36a6ae9 commit 841a585

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.bazelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
common --@aspect_rules_ts//ts:skipLibCheck=always
33
common --@aspect_rules_ts//ts:default_to_tsc_transpiler
44

5+
# Needed as otherwise `env` of TS actions would be ignored.
6+
common --incompatible_merge_fixed_and_default_shell_env
7+
58
###############################
69
# Filesystem interactions #
710
###############################

0 commit comments

Comments
 (0)