Skip to content

Commit

Permalink
chore: green up 2.x branch
Browse files Browse the repository at this point in the history
I cherry-picked commits from main and it went red
  • Loading branch information
alexeagle committed Aug 7, 2023
1 parent 0142020 commit d8e6e92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bazelrc.common
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ build:macos --nolegacy_external_runfiles
build:freebsd --nolegacy_external_runfiles
build:openbsd --nolegacy_external_runfiles

build --@aspect_rules_ts//ts:skipLibCheck=honor_tsconfig

# Turn on --incompatible_strict_action_env which was on by default
# in Bazel 0.21.0 but turned off again in 0.22.0. Follow
# https://github.com/bazelbuild/bazel/issues/7026 for more details.
Expand Down
1 change: 1 addition & 0 deletions e2e/test/common.bats
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ EOF
try-import $BATS_TEST_DIRNAME/.bazelrc
startup --max_idle_secs=10
build --worker_verbose
build --@aspect_rules_ts//ts:skipLibCheck=honor_tsconfig
EOF


Expand Down

0 comments on commit d8e6e92

Please sign in to comment.