internal/rosa/make: do not attempt check
All checks were successful
Test / Create distribution (push) Successful in 2m39s
Test / Sandbox (push) Successful in 6m27s
Test / Hakurei (push) Successful in 8m25s
Test / Sandbox (race detector) (push) Successful in 9m5s
Test / ShareFS (push) Successful in 9m23s
Test / Hakurei (race detector) (push) Successful in 11m58s
Test / Flake checks (push) Successful in 2m18s

This is circular during bootstrap, and tests are silently skipped without perl, so disable them explicitly.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-04-30 17:36:46 +09:00
parent 63c3c30b23
commit 544ce77cbc

View File

@@ -19,7 +19,7 @@ cd "$(mktemp -d)"
--build="${ROSA_TRIPLE}" \ --build="${ROSA_TRIPLE}" \
--disable-dependency-tracking --disable-dependency-tracking
./build.sh ./build.sh
./make DESTDIR=/work install check ./make DESTDIR=/work install
`, pkg.Path(AbsUsrSrc.Append("make"), false, newTar( `, pkg.Path(AbsUsrSrc.Append("make"), false, newTar(
"https://ftpmirror.gnu.org/gnu/make/make-"+version+".tar.gz", "https://ftpmirror.gnu.org/gnu/make/make-"+version+".tar.gz",
checksum, checksum,