Skip to content

Commit 1ab8a3c

Browse files
committed
feat: make loader and uhyve non-default features
1 parent 0434ae6 commit 1ab8a3c

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
run: gh release download --repo hermit-os/loader --pattern hermit-loader-x86_64
156156
- run: rustup target add x86_64-unknown-none
157157
- name: Integration tests
158-
run: cargo test --tests --no-fail-fast --target x86_64-unknown-none -- --bootloader_path=hermit-loader-x86_64
158+
run: cargo test --tests --no-fail-fast --target x86_64-unknown-none --features loader -- --bootloader_path=hermit-loader-x86_64
159159
env:
160160
RUSTFLAGS:
161161

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,10 @@ default = [
4141
"dhcpv4",
4242
"fsgsbase",
4343
"kernel-stack",
44-
"loader",
4544
"pci-ids",
4645
"pci",
4746
"smp",
4847
"tcp",
49-
"uhyve",
5048
"virtio-fs",
5149
"virtio-net",
5250
"virtio-vsock",

0 commit comments

Comments
 (0)