diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-04-30 17:36:46 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-04-30 17:36:46 +0900 |
| commit | 544ce77cbc84c20e84aa6ea73ffc0b2f77e8187b (patch) | |
| tree | e262954cc19c4baef4058e3b11422b45b34b8cdd /internal | |
| parent | 63c3c30b23a7063dce562cbf37c52d673fb0b2e9 (diff) | |
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>
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/rosa/make.go | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
