Los 17 que construyen de la tanda base-system-1 pasan de recipes/incoming-clib a recipes/ canónicas y al índice firmado (dist/repo, artefacto local): bash git sudo doas util-linux rsync sed tzdata dbus dhcpcd iproute2 iputils dosfstools e2fsprogs parted vim ca-certificates. Sólo foot queda staged (stack Wayland, diferido). Cierra el grueso del hueco 'userland foundational' hacia la distro completa: shell real + VCS + privilegios + red + disco + TLS.
18 lines
295 B
Diff
18 lines
295 B
Diff
--- a/gnulib-tests/test-memset_explicit.c
|
|
+++ b/gnulib-tests/test-memset_explicit.c
|
|
@@ -183,6 +183,14 @@
|
|
{
|
|
}
|
|
|
|
+#elif defined __arm__ && !defined __aarch64__
|
|
+
|
|
+static void
|
|
+test_stack (void)
|
|
+{
|
|
+ fputs ("test_stack: skipped on 32-bit ARM\n", stdout);
|
|
+}
|
|
+
|
|
#else
|
|
|
|
/* There are two passes:
|