Skip to content

Commit 5b5cb34

Browse files
committed
CI: Use lockfile for uhyve installation
1 parent dc8130b commit 5b5cb34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ test:uhyve:
7171
script:
7272
- lscpu
7373
- kvm-ok
74-
- cargo install uhyve
74+
- cargo install uhyve --locked
7575
- uhyve -v -c 1 target/x86_64-unknown-hermit/debug/rusty_demo
7676
- uhyve -v -c 2 target/x86_64-unknown-hermit/debug/rusty_demo
7777
- uhyve -v -c 1 target/x86_64-unknown-hermit/release/rusty_demo

0 commit comments

Comments
 (0)