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
+1 -1
View File
@@ -355,7 +355,7 @@ open class BuildInfo(private val project: Project) {
}
val hasMuslToolchain: Boolean by lazy {
// see "install musl" in .circleci/jobs/BuildNativeJob.pkl
// see .github/scripts/install_musl.sh
File(System.getProperty("user.home"), "staticdeps/bin/x86_64-linux-musl-gcc").exists()
}