Skip to content

Commit 10a038c

Browse files
committed
check_ci_llvm the zstd config option.
1 parent 999580c commit 10a038c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/src/core/config/config.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1876,7 +1876,7 @@ impl Config {
18761876
check_ci_llvm!(optimize_toml);
18771877
check_ci_llvm!(thin_lto);
18781878
check_ci_llvm!(release_debuginfo);
1879-
//check_ci_llvm!(libzstd);
1879+
check_ci_llvm!(libzstd);
18801880
check_ci_llvm!(targets);
18811881
check_ci_llvm!(experimental_targets);
18821882
check_ci_llvm!(clang_cl);

0 commit comments

Comments
 (0)