Dhfs-app: lazyfs crash test

This commit is contained in:
2025-04-22 22:37:15 +02:00
parent ac68208b1a
commit 7de5f91fd2
7 changed files with 402 additions and 14 deletions

9
thirdparty/lazyfs/build.sh vendored Executable file
View File

@@ -0,0 +1,9 @@
# apt install g++ cmake libfuse3-dev libfuse3-3 fuse3
export CMAKE_BUILD_PARALLEL_LEVEL="$(nproc)"
cd lazyfs
cd libs/libpcache && ./build.sh && cd -
cd lazyfs && ./build.sh && cd -