From 839cc1c00a8ceb1faac8e88d7f35d21004b657c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kr=C3=B6ning?= Date: Fri, 17 Oct 2025 17:56:14 +0200 Subject: [PATCH] ci: patch Uhyve's KVM exits disabling --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 237520db7c..5c2eb457e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -193,7 +193,7 @@ jobs: $HOME/.local/bin/firecracker --version if: matrix.arch == 'x86_64' - - run: cargo +stable install --locked uhyve + - run: cargo +stable install --locked uhyve --git https://github.com/hermit-os/uhyve.git --rev 357a022f4f381b1ac80b064f88caae1a657b3687 if: matrix.arch == 'x86_64' - run: cargo +stable install --locked virtiofsd if: matrix.arch == 'x86_64'