Skip to content

Commit 3723bea

Browse files
[TEST-ONLY] Attempt to fix CI failure for ClangModuleVerifier::cachedBuild
Touch some build settings.
1 parent 699b4d5 commit 3723bea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/SWBBuildSystemTests/ClangModuleVerifierTests.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,8 @@ fileprivate struct ClangModuleVerifierTests: CoreBasedTests {
225225

226226
"CLANG_ENABLE_COMPILE_CACHE": "YES",
227227
"COMPILATION_CACHE_CAS_PATH": tmpDirPath.join("CompilationCache").str,
228+
"COMPILATION_CACHE_ENABLE_DIAGNOSTIC_REMARKS": "YES",
229+
"COMPILATION_CACHE_LIMIT_SIZE": "20M",
228230
"OTHER_MODULE_VERIFIER_FLAGS": "-- -Rcompile-job-cache",
229231
"DSTROOT": tmpDirPath.join("dstroot").str,
230232
]),

0 commit comments

Comments
 (0)