Replace broken references to CircleCI (#1318)

This commit is contained in:
Daniel Chao
2025-11-14 15:44:59 -08:00
committed by GitHub
parent ef9b53be98
commit 0ff99d31c9
6 changed files with 14 additions and 11 deletions

View File

@@ -138,8 +138,7 @@ fun Exec.useRootDirAndSuppressOutput() {
}
// 0.28 Preparing for JDK21 toolchains revealed that `testStartJavaExecutable` may pass, even though
// the evaluator fails. To catch this, we need to test the evaluator. We render the CircleCI config
// as a realistic test of the fat JAR.
// the evaluator fails. To catch this, we eval a simple expression using the fat jar.
val testEvalJavaExecutable by
setupJavaExecutableRun("testEvalJavaExecutable", evalTestFlags) { useRootDirAndSuppressOutput() }