From 10cd352862666faa72de0faef47cf975877f5bd2 Mon Sep 17 00:00:00 2001 From: Doridian Date: Tue, 17 Dec 2024 13:42:36 -0800 Subject: [PATCH] Build LTS first, never mkdir by hand --- build-container/entrypoint.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-container/entrypoint.sh b/build-container/entrypoint.sh index eeee0b5..c8c1df0 100755 --- a/build-container/entrypoint.sh +++ b/build-container/entrypoint.sh @@ -75,11 +75,9 @@ failover() { build utils build dkms -sudo mkdir -p /scratch/.buildroot/root/repo - # These are kernel dependant, so they might fail -build std || failover zfs-linux build lts || failover zfs-linux-lts +build std || failover zfs-linux build hardened || failover zfs-linux-hardened build zen || failover zfs-linux-zen