[go: up one dir, main page]

fuser 0.16.0

Filesystem in Userspace (FUSE) for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
freebsd_instance:
  image_family: freebsd-14-2

task:
  name: FreeBSD
  setup_script:
    - kldload fusefs
    - pkg install -y pkgconf fusefs-libs fusefs-libs3 rust bash
  build_script:
    - cargo build --all --all-targets --features=libfuse
  doc_script:
    - cargo doc --all --no-deps --features=libfuse,abi-7-21
  test_script:
    - cargo test --all --all-targets --features=libfuse -- --skip=mnt::test::mount_unmount
    - cargo test --all --all-targets --features=libfuse,abi-7-21 -- --skip=mnt::test::mount_unmount
    - ./bsd_mount_tests.sh