Skip to content
Snippets Groups Projects
Commit 193e4f11 authored by Stefan Lankes's avatar Stefan Lankes
Browse files

enable fuse support in the axum example

parent 14f8b590
No related branches found
No related tags found
No related merge requests found
......@@ -120,7 +120,7 @@ jobs:
push: true
tags: ghcr.io/hermit-os/tls:latest
- name: Build axum
run: cargo build -Zbuild-std=std,panic_abort --target x86_64-unknown-hermit -p axum-example --features hermit/dhcpv4 --release
run: cargo build -Zbuild-std=std,panic_abort --target x86_64-unknown-hermit -p axum-example --features hermit/dhcpv4,hermit/fuse --release
- name: Copy axum out of target dir
run: cp target/x86_64-unknown-hermit/release/axum-example .
- name: Create dockerfile for axum
......
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