Skip to content

Commit 70cc57c

Browse files
authored
Merge pull request #2014 from hermit-os/uhyve-backports
ci: patch Uhyve hanging on panics
2 parents cb0d623 + 5a76105 commit 70cc57c

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
@@ -197,7 +197,7 @@ jobs:
197197
198198
$HOME/.local/bin/firecracker --version
199199
if: matrix.arch == 'x86_64'
200-
- run: cargo +stable install --locked uhyve --git https://github.com/hermit-os/uhyve.git --rev 357a022f4f381b1ac80b064f88caae1a657b3687
200+
- run: cargo +stable install --locked uhyve --git https://github.com/hermit-os/uhyve.git --rev b6df160bc6c26abc19249c3f847cd526319538cf
201201
if: matrix.arch == 'x86_64'
202202
- run: cargo +stable install --locked virtiofsd
203203
if: matrix.arch == 'x86_64'

0 commit comments

Comments
 (0)