aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/ci-build.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/ci-build.sh b/test/ci-build.sh
index 86230bd..2bced37 100755
--- a/test/ci-build.sh
+++ b/test/ci-build.sh
@@ -118,6 +118,13 @@ sanitized_build()
sudo rm -fr ${PREFIX_DIR}
)
+# Sanitized with io-uring
+export CC=clang
+export CXX=clang++
+export FUSE_URING_ENABLE=1
+sanitized_build
+unset FUSE_URING_ENABLE
+
# 32-bit sanitized build
export CC=clang
export CXX=clang++