forked from rosa/hakurei
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 <cat@gensokyo.uk>
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user