From 7f151ae39e0fc15a5cb59b65d514cc17d2c85f1c Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Sat, 15 Aug 2026 01:02:19 +0300 Subject: [PATCH] update netbsd-build.sh --- kbuildx/scripts/netbsd-build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kbuildx/scripts/netbsd-build.sh b/kbuildx/scripts/netbsd-build.sh index f8fe58c..161a4c9 100755 --- a/kbuildx/scripts/netbsd-build.sh +++ b/kbuildx/scripts/netbsd-build.sh @@ -36,8 +36,8 @@ fi rm -rf "$obj" "$tools" jobs=$(sysctl -n hw.ncpu) cd "$src" -./build.sh -U -u -j"$jobs" -O "$obj" -T "$tools" tools -./build.sh -U -u -j"$jobs" -O "$obj" -T "$tools" kernel="$config" +./build.sh -U -u -j"$jobs" -O "$obj" -T "$tools" tools || cat /tmp/nbbu*-config.log +./build.sh -U -u -j"$jobs" -O "$obj" -T "$tools" kernel="$config" || cat /tmp/nbbu*-config.log kernel=$(find "$obj" -type f -path "*/compile/$config/netbsd" | head -n 1) test -n "$kernel" -a -f "$kernel" base="netbsd-${label}.${artifact_arch}" -- 2.51.2