Skip to content

Commit

Permalink
build: undo option not supported by version (#5881)
Browse files Browse the repository at this point in the history
  • Loading branch information
schroederc committed Oct 6, 2023
1 parent 82e752d commit 93bcd40
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,12 @@ common --host_copt=-w
common --experimental_strict_action_env

# aspect_rules_js configuration
common --@aspect_rules_ts//ts:skipLibCheck=honor_tsconfig
common --@aspect_rules_ts//ts:default_to_tsc_transpiler
build --@aspect_rules_ts//ts:skipLibCheck=honor_tsconfig
fetch --@aspect_rules_ts//ts:skipLibCheck=honor_tsconfig
query --@aspect_rules_ts//ts:skipLibCheck=honor_tsconfig
build --@aspect_rules_ts//ts:default_to_tsc_transpiler
fetch --@aspect_rules_ts//ts:default_to_tsc_transpiler
query --@aspect_rules_ts//ts:default_to_tsc_transpiler

# Older versions of HotSpot get really crabby when they can't write
# to /tmp/hsperfdata_{user}/{pid} and sandboxing+persistent workers
Expand Down

0 comments on commit 93bcd40

Please sign in to comment.