From 3421cab7773268e0afb4b300775b4d60f2b7acf5 Mon Sep 17 00:00:00 2001 From: Bernd Schubert Date: Thu, 24 Apr 2025 19:38:21 +0200 Subject: env variables to override default io-uring enable and q-depth We want to especially test with and without io-uring being enabled. Ideally without modifying all tests - that is what the env variable can be used for. Signed-off-by: Bernd Schubert --- test/ci-build.sh | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'test') 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++ -- cgit v1.2.3