Drop x86 systemd split-usr builds

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2024-01-24 21:40:19 +01:00
parent 32fa6bb18b
commit 7e5acd85c4
No known key found for this signature in database
GPG key ID: DC2B16215ED5412A
5 changed files with 1 additions and 47 deletions

View file

@ -38,7 +38,7 @@ EXTENSIONS="@(.tar.xz|.tar.bz2|.tar.gz|.tar|.sfs)"
update_symlinks() {
# Symlink the latest stages3 to build from
for d in ${BUILD_SRCDIR_BASE}/builds/{default,hardened,musl,mergedusr} ; do
for d in ${BUILD_SRCDIR_BASE}/builds/* ; do
mkdir -p "${d}"
pushd "${d}" >/dev/null || exit
shopt -s extglob