From 193e4f118968ee40b49564740919d9ad69480ac4 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sun, 6 Oct 2024 19:59:58 +0200 Subject: [PATCH] enable fuse support in the axum example --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7cf1693a3..3a1c62fb0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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