Commit 9d746f9
fix: WolfDisk CI — use pure-Rust FUSE (no libfuse C dependency)
Disabled fuser's default 'libfuse' feature which requires pkg-config
and libfuse-dev headers for cross-compilation. The pure-Rust /dev/fuse
implementation works on all Linux targets without any C library dependency,
fixing both x86_64-musl and aarch64-musl CI builds.
Removed Cross.toml and PKG_CONFIG_ALLOW_CROSS as they're no longer needed.
Co-Authored-By: CodeWolf <paul@wolf.uk.com>
Co-Authored-By: Wolf Software Systems Ltd <paul@wolf.uk.com>1 parent f9bf2e4 commit 9d746f9
3 files changed
Lines changed: 1 addition & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
45 | 43 | | |
46 | 44 | | |
47 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
This file was deleted.
0 commit comments