Skip to content

Commit d03babd

Browse files
committed
[build-script] I forgot that I am triggering the testing outside of build-script for this. So just disable /all/ testing when building llvmonly using build-script on linux.
1 parent fbdb2e9 commit d03babd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

utils/build-presets.ini

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,11 +699,15 @@ test-optimized=0
699699
mixin-preset=buildbot_incremental_linux_base
700700
build-subdir=buildbot_incremental_llvmonly
701701

702+
test=0
703+
validation-test=0
704+
long-test=0
705+
test-optimized=0
706+
702707
dash-dash
703708

704709
skip-build-swift
705710
skip-build-cmark
706-
skip-test-cmark
707711

708712

709713
#===------------------------------------------------------------------------===#

0 commit comments

Comments
 (0)