Skip to content
Snippets Groups Projects
Commit 95a41641 authored by Martin Kröning's avatar Martin Kröning :crab:
Browse files

CI: Install uhyve with --locked

parent c513dd38
No related branches found
No related tags found
No related merge requests found
Pipeline #850798 failed
......@@ -64,7 +64,7 @@ jobs:
- name: Build dev profile
run: cargo build -Zbuild-std=core,alloc,std,panic_abort --target x86_64-unknown-hermit --package rusty_demo
- name: Install uhyve
run: cargo install uhyve
run: cargo install --locked uhyve
- name: Check KVM availability
shell: bash
run: |
......
......@@ -36,7 +36,7 @@ RUN set -eux; \
# Build dependencies with stable toolchain channel
FROM rust:bullseye as stable-deps
RUN set -eux; \
cargo install uhyve;
cargo install --locked uhyve;
# Install dependencies
FROM hermit-toolchain as ci-runner
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment