Skip to content

Commit 0decdeb

Browse files
committed
fix(netbench): enable virtio-net
1 parent 7fcd319 commit 0decdeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

benches/netbench/run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ hermit() {
1818
cargo build --manifest-path "$netbench_dir"/Cargo.toml --bin $bin \
1919
-Zbuild-std=core,alloc,std,panic_abort -Zbuild-std-features=compiler-builtins-mem \
2020
--target x86_64-unknown-hermit \
21+
--features hermit/virtio-net \
2122
--release
2223

2324
echo "Launching $bin image on QEMU"

0 commit comments

Comments
 (0)