We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e75635 commit 89daa13Copy full SHA for 89daa13
buildbot/configure.py
@@ -135,7 +135,8 @@ def do_configure(args):
135
# For clang-format, clang-tidy and code coverage
136
llvm_enable_projects += ";clang-tools-extra;compiler-rt"
137
# Build with zstd enabled on CI.
138
- llvm_enable_zstd = "ON"
+ # Disable in sycl-web , we don't have zstd in pulldown env.
139
+ llvm_enable_zstd = "OFF" # INTEL
140
if sys.platform != "darwin":
141
# libclc is required for CI validation
142
libclc_enabled = True
0 commit comments