Skip to content

Commit 7f4ba52

Browse files
authored
Merge pull request swiftlang#31185 from benlangmuir/sanless
[indexstore-db] Set PR test preset to not sanitize for now
2 parents 6b52dca + 04638b9 commit 7f4ba52

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

utils/build-presets.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1754,13 +1754,13 @@ test-indexstore-db-sanitize-all
17541754
mixin-preset=buildbot_indexstoredb_linux,no_sanitize
17551755
test-indexstore-db-sanitize-all
17561756

1757-
# Default: sanitize-all
1757+
# Default: no sanitizers
17581758
[preset: buildbot_indexstoredb_macos]
1759-
mixin-preset=buildbot_indexstoredb_macos,sanitize
1759+
mixin-preset=buildbot_indexstoredb_macos,no_sanitize
17601760

1761-
# Default: sanitize-all
1761+
# Default: no sanitizers
17621762
[preset: buildbot_indexstoredb_linux]
1763-
mixin-preset=buildbot_indexstoredb_linux,sanitize
1763+
mixin-preset=buildbot_indexstoredb_linux,no_sanitize
17641764

17651765
#===------------------------------------------------------------------------===#
17661766
# Test Swift Corelibs XCTest

0 commit comments

Comments
 (0)