F2FS atomic writes. (#66)

https://sqlite.org/cgi/src/technote/714f6cbbf7
This commit is contained in:
Nuno Cruces
2024-03-21 13:59:47 +00:00
committed by GitHub
parent 36583542e1
commit 617982f947
8 changed files with 75 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ elif [[ "$OSTYPE" == "msys" || "$OSTYPE" == "cygwin" ]]; then
fi
# Download tools
mkdir -p tools
mkdir -p tools/
[ -d "tools/wasi-sdk"* ] || curl -#L "$WASI_SDK" | tar xzC tools &
[ -d "tools/binaryen-version"* ] || curl -#L "$BINARYEN" | tar xzC tools &
wait