From 75abd9adf9a8c0eeab66a9b3efdeddc3ad0dc1a7 Mon Sep 17 00:00:00 2001 From: bootc-dev Bot Date: Wed, 17 Dec 2025 21:18:07 +0000 Subject: [PATCH] Sync common files from infra repository Synchronized from bootc-dev/infra@6e1ebf7ec65fa194adf29d96dac8fb83a80b791a. Signed-off-by: bootc-dev Bot --- .bootc-dev-infra-commit.txt | 2 +- .github/actions/bootc-ubuntu-setup/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bootc-dev-infra-commit.txt b/.bootc-dev-infra-commit.txt index 1158b0a..2b9d780 100644 --- a/.bootc-dev-infra-commit.txt +++ b/.bootc-dev-infra-commit.txt @@ -1 +1 @@ -10decade10bbbb5d7dea158661b612eb743ebad7 +6e1ebf7ec65fa194adf29d96dac8fb83a80b791a diff --git a/.github/actions/bootc-ubuntu-setup/action.yml b/.github/actions/bootc-ubuntu-setup/action.yml index 5bfcbb2..8221efd 100644 --- a/.github/actions/bootc-ubuntu-setup/action.yml +++ b/.github/actions/bootc-ubuntu-setup/action.yml @@ -67,7 +67,7 @@ runs: shell: bash run: | set -xeuo pipefail - export BCVK_VERSION=0.8.0 + export BCVK_VERSION=0.9.0 /bin/time -f '%E %C' sudo apt install -y libkrb5-dev pkg-config libvirt-dev genisoimage qemu-utils qemu-kvm virtiofsd libvirt-daemon-system # Something in the stack is overriding this, but we want session right now for bcvk echo LIBVIRT_DEFAULT_URI=qemu:///session >> $GITHUB_ENV