Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion features/sci/exec.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ systemctl enable ssh
# all versions URL encoded
EDK2_VERSION="20260221-0gl1%2Bbp2150"
LIBVIRT_VERSION="12.2.0-1gl1%2Bbp2150"
CLOUD_HYPERVISOR_VERSION="51.1-1gl9%2Bbp2150"
CLOUD_HYPERVISOR_VERSION="52.1-1gl0%2Bbp2150"

mkdir /tmp/custompackages
for p in https://github.com/gardenlinux/package-edk2-cloud-hypervisor-gl/releases/download/$EDK2_VERSION/build.tar.xz.0000 https://github.com/gardenlinux/package-libvirt/releases/download/$LIBVIRT_VERSION/build.tar.xz.0000 https://github.com/gardenlinux/package-cloud-hypervisor-gl/releases/download/$CLOUD_HYPERVISOR_VERSION/build.tar.xz.0000; do
Expand Down
Loading