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

CI: Migrate to uhyve releases

parent ed2bcd13
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ RUN set -eux; \
# Build dependencies with stable toolchain channel
FROM rust:bullseye as stable-deps
RUN set -eux; \
cargo install --git https://github.com/hermitcore/uhyve.git --locked uhyve;
cargo install uhyve;
# Build dependencies with libhermit-rs' toolchain channel
FROM hermit-toolchain as hermit-deps
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment