diff options
| author | Minsoo Choo <minsoochoo0122@proton.me> | 2025-12-03 03:51:59 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2026-01-09 16:28:33 +0000 |
| commit | 0f937f171a8da9fa8cbbd060632e271e150c3acd (patch) | |
| tree | 4f786af2fa12b268b4c820f109078537db3f22f2 | |
| parent | 0a64d16cef172bd3c809a8dc9035cd7d981b2951 (diff) | |
| -rw-r--r-- | tools/boot/full-test.sh | 2 | ||||
| -rwxr-xr-x | tools/boot/universe.sh | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/tools/boot/full-test.sh b/tools/boot/full-test.sh index 1160861316dc..65d59ba58784 100644 --- a/tools/boot/full-test.sh +++ b/tools/boot/full-test.sh @@ -77,7 +77,7 @@ MTREE=$(SHELL="which mtree" ${MAKE} ${DEFARCH} buildenv | tail -1) || die "No mt # All the architectures under test # Note: we can't yet do armv7 because we don't have a good iso for it and would # need root to extract the files. -#ARCHES="amd64:amd64 i386:i386 powerpc:powerpc powerpc:powerpc64 powerpc:powerpc64le powerpc:powerpcspe arm64:aarch64 riscv:riscv64" +#ARCHES="amd64:amd64 i386:i386 powerpc:powerpc powerpc:powerpc64 powerpc:powerpc64le arm64:aarch64 riscv:riscv64" ARCHES="amd64:amd64 arm64:aarch64" # The smallest FAT32 filesystem is 33292 KB diff --git a/tools/boot/universe.sh b/tools/boot/universe.sh index 80a9cc0b90ff..fc47ac52fed4 100755 --- a/tools/boot/universe.sh +++ b/tools/boot/universe.sh @@ -1,10 +1,6 @@ #!/bin/sh # -# Full list of all arches we don't build. -# -# powerpc/powerpcspe -# # This script is expected to be run in stand (though you could run it anywhere # in the tree). It does a full clean build. For stand you can do all the archs in # about a minute or two on a fast machine. It's also possible that you need a full |
