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.
2 parents 5c0ac9d + 4ee3761 commit 9f044b9Copy full SHA for 9f044b9
Tests/SourceKitTests/LocalClangTests.swift
@@ -20,7 +20,7 @@ import XCTest
20
final class LocalClangTests: XCTestCase {
21
22
/// Whether to fail tests if clangd cannot be found.
23
- static let requireClangd: Bool = true
+ static let requireClangd: Bool = false // Note: Swift CI doesn't build clangd on all jobs
24
25
/// Whether clangd exists in the toolchain.
26
var haveClangd: Bool = false
0 commit comments