Skip to content

Commit 15ee5a2

Browse files
authored
Merge pull request #1992 from hermit-os/ci-patch-uhyve
ci: patch Uhyve's KVM exits disabling
2 parents 9640934 + 839cc1c commit 15ee5a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
194194
$HOME/.local/bin/firecracker --version
195195
if: matrix.arch == 'x86_64'
196-
- run: cargo +stable install --locked uhyve
196+
- run: cargo +stable install --locked uhyve --git https://github.com/hermit-os/uhyve.git --rev 357a022f4f381b1ac80b064f88caae1a657b3687
197197
if: matrix.arch == 'x86_64'
198198
- run: cargo +stable install --locked virtiofsd
199199
if: matrix.arch == 'x86_64'

0 commit comments

Comments
 (0)