bump packages job reference to latest

This commit is contained in:
Harald Sitter
2026-07-06 00:30:59 +02:00
committed by Aleix Pol i Gonzalez
parent 53b2ae4b26
commit 6b85caaead

View File

@@ -24,7 +24,7 @@ make_debug_archive () {
curl --fail https://storage.kde.org/kde-linux-packages/testing/artifacts/debug.tar.zst \
| zstd --decompress | tar --extract --directory=/var/tmp/debugroot
else
curl --fail https://storage.kde.org/ci-artifacts/kde-linux/kde-linux-packages/j/4641917/testing/artifacts/debug.tar.zst \
curl --fail https://storage.kde.org/ci-artifacts/kde-linux/kde-linux-packages/j/4665614/testing/artifacts/debug.tar.zst \
| zstd --decompress | tar --extract --directory=/var/tmp/debugroot
fi
@@ -124,7 +124,7 @@ cp $BUILDSTREAM_EFI/usr/share/ovmf/Shell.efi $BUILDSTREAM_ROOTFS/usr/share/ovmf/
if [ "${CI_COMMIT_BRANCH:-}" = "master" ]; then
wget https://storage.kde.org/kde-linux-packages/testing/artifacts/install.tar.zst
else
wget https://storage.kde.org/ci-artifacts/kde-linux/kde-linux-packages/j/4641917/testing/artifacts/install.tar.zst
wget https://storage.kde.org/ci-artifacts/kde-linux/kde-linux-packages/j/4665614/testing/artifacts/install.tar.zst
fi
mkosi \