Skip to content

Commit 4ee3761

Browse files
committed
Undo optimisim around requiring clangd during testing
While the toolchains build clangd now, not all the bots are building it, so we cannot require it yet.
1 parent 5c0ac9d commit 4ee3761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SourceKitTests/LocalClangTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import XCTest
2020
final class LocalClangTests: XCTestCase {
2121

2222
/// Whether to fail tests if clangd cannot be found.
23-
static let requireClangd: Bool = true
23+
static let requireClangd: Bool = false // Note: Swift CI doesn't build clangd on all jobs
2424

2525
/// Whether clangd exists in the toolchain.
2626
var haveClangd: Bool = false

0 commit comments

Comments
 (0)