mirror of
https://github.com/KDE/kde-linux.git
synced 2026-08-03 18:52:33 -04:00
bump packages job reference to latest
This commit is contained in:
committed by
Aleix Pol i Gonzalez
parent
53b2ae4b26
commit
6b85caaead
4
build.sh
4
build.sh
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user