From 544ce77cbc84c20e84aa6ea73ffc0b2f77e8187b Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 30 Apr 2026 17:36:46 +0900 Subject: [PATCH] internal/rosa/make: do not attempt check This is circular during bootstrap, and tests are silently skipped without perl, so disable them explicitly. Signed-off-by: Ophestra --- internal/rosa/make.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/rosa/make.go b/internal/rosa/make.go index 570c2ccd..ecec3a5d 100644 --- a/internal/rosa/make.go +++ b/internal/rosa/make.go @@ -19,7 +19,7 @@ cd "$(mktemp -d)" --build="${ROSA_TRIPLE}" \ --disable-dependency-tracking ./build.sh -./make DESTDIR=/work install check +./make DESTDIR=/work install `, pkg.Path(AbsUsrSrc.Append("make"), false, newTar( "https://ftpmirror.gnu.org/gnu/make/make-"+version+".tar.gz", checksum,