Build LTS first, never mkdir by hand

mark/build-failover
Doridian 2 months ago
parent b4cc5b38a4
commit 10cd352862
  1. 4
      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

Loading…
Cancel
Save