Skip to content

Commit

Permalink
bazelrc: Disable building llvm with zstd
Browse files Browse the repository at this point in the history
Disable building llvm with zstd to avoid conflicts with newly-added zstd
library. It seems that llvm_zstd is not necessary for correct llvm
operation.

Internal-tag: #[49966]
Signed-off-by: Robert Winkler <[email protected]>
  • Loading branch information
rw1nkler authored and lpawelcz committed Nov 23, 2023
1 parent 9ea5585 commit f364507
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ build --host_copt "-Wno-comment"
# https://github.com/google/googletest/issues/4383
build --define absl=1
build --incompatible_enable_cc_toolchain_resolution
build --@llvm_zstd//:llvm_enable_zstd=false

# Settings for --config=asan address sanitizer build
build:asan --strip=never
Expand Down

0 comments on commit f364507

Please sign in to comment.