From f364507e089717972d1eb39ce2b1dad57a5b0580 Mon Sep 17 00:00:00 2001 From: Robert Winkler Date: Tue, 24 Oct 2023 09:47:57 +0200 Subject: [PATCH] bazelrc: Disable building llvm with zstd 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 --- .bazelrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bazelrc b/.bazelrc index 33e4327738..13a0102968 100644 --- a/.bazelrc +++ b/.bazelrc @@ -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