For amd64 autobuilds, add more dirs with latest links

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2022-11-23 00:36:53 +01:00
parent d0bcb1b30a
commit 41ab93c12f
No known key found for this signature in database
GPG key ID: DC2B16215ED5412A

View file

@ -78,7 +78,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,clang,hardened,musl,musl-clang,musl-hardened} ; do
for d in ${BUILD_SRCDIR_BASE}/builds/{default,clang,hardened,llvm-mergedusr,mergedusr,musl,musl-clang,musl-hardened} ; do
mkdir -p "${d}"
pushd "${d}" >/dev/null || exit
shopt -s extglob