commit - e7ed74c0e1a8073b5917f989f61036f6e3df8ab6
commit + 9b2361259a874ebfca257c0e044a9be995328545
blob - 8b55451fe6d26cb0759ffd1b6b353658b8078407
blob + 202deef9fd837eb556bc3fab34b045a732bfb0b7
--- .cirrus.yml
+++ .cirrus.yml
bootstrap_script:
- apt-get update
install_script:
- - apt-get install -y cmake libc-dev build-essential fuse libfuse-dev mandoc python-dev python3-dev python3-pytest fio
+ - apt-get install -y cmake libc-dev build-essential fuse libfuse-dev mandoc python-dev python3-dev python3-pytest fio kmod
+ - modprobe fuse
ubuntu_1804_clang: &ubuntu_1804_clang
<<: *ubuntu_1804
bootstrap_script:
- apt-get update
install_script:
- - apt-get install -y cmake libc-dev build-essential fuse libfuse-dev mandoc python-dev python3-dev python3-pytest fio clang
+ - apt-get install -y cmake libc-dev build-essential fuse libfuse-dev mandoc python-dev python3-dev python3-pytest fio clang kmod
+ - modprobe fuse
ubuntu_2104_gcc: &ubuntu_2104_gcc
<<: *ubuntu_2104
bootstrap_script:
- apt-get update
install_script:
- - apt-get install -y cmake libc-dev build-essential fuse libfuse-dev mandoc python3-pytest fio
+ - apt-get install -y cmake libc-dev build-essential fuse libfuse-dev mandoc python3-pytest fio kmod
+ - modprobe fuse
ubuntu_2104_clang: &ubuntu_2104_clang
<<: *ubuntu_2104
bootstrap_script:
- apt-get update
install_script:
- - apt-get install -y cmake libc-dev build-essential fuse libfuse-dev mandoc python3-pytest fio clang-12
+ - apt-get install -y cmake libc-dev build-essential fuse libfuse-dev mandoc python3-pytest fio clang-12 kmod
+ - modprobe fuse
macos_1101: &macos_1101
osx_instance: