Hook up installboot(8) tests on all covered archs
authorkn <kn@openbsd.org>
Mon, 12 Sep 2022 13:10:03 +0000 (13:10 +0000)
committerkn <kn@openbsd.org>
Mon, 12 Sep 2022 13:10:03 +0000 (13:10 +0000)
Those that still fail (softraid+keydisk or explicit-stage-files) have fixes on tech@.

regress/usr.sbin/Makefile
regress/usr.sbin/installboot/Makefile

index a9d3bf8..195fde3 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.31 2022/09/01 00:43:14 kn Exp $
+#      $OpenBSD: Makefile,v 1.32 2022/09/12 13:10:03 kn Exp $
 
 SUBDIR += acme-client
 SUBDIR += arp
@@ -21,8 +21,13 @@ SUBDIR += vmd
 .endif
 
 .if ${MACHINE} == "amd64" || \
+    ${MACHINE} == "arm64" || \
+    ${MACHINE} == "armv7" || \
     ${MACHINE} == "i386" || \
     ${MACHINE} == "macppc" || \
+    ${MACHINE} == "octeon" || \
+    ${MACHINE} == "powerpc64" || \
+    ${MACHINE} == "riscv64" || \
     ${MACHINE} == "sparc64"
 SUBDIR += installboot
 .endif
index a64d190..83c477a 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.26 2022/09/09 12:55:43 kn Exp $
+#      $OpenBSD: Makefile,v 1.27 2022/09/12 13:10:04 kn Exp $
 
 INSTALLBOOT ?=         /usr/sbin/installboot
 DRY_RUN =              ${INSTALLBOOT} -n
@@ -41,6 +41,7 @@ FORMAT_DISK =         true    # NOOP
 STAGENAMES =           bootblk ofwboot
 USE_SOFTRAID ?=                Yes
 .endif
+# missing: alpha, hppa, landisk, loongson, luna88k
 
 STAGEDIR =             /usr/mdec
 STAGEFILES =           ${STAGENAMES:=${STAGEDIR}/%}