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.
1 parent 5c0ac9d commit 4ee3761Copy full SHA for 4ee3761
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