diff options
author | Bernd Schubert <bschubert@ddn.com> | 2025-03-24 18:46:29 +0100 |
---|---|---|
committer | Bernd Schubert <bernd@bsbernd.com> | 2025-04-28 19:57:39 +0200 |
commit | dde540e413eba6d22a4515659dd72262b8a01af4 (patch) | |
tree | 4c1e449dbd9a838a9fd2d93cf19ee88eb8f117eb /test | |
parent | ef533e2e3fedbd647726416fa7f36ca543ee13ea (diff) | |
download | libfuse-dde540e413eba6d22a4515659dd72262b8a01af4.tar.gz |
fuse: Add ring creation
Signed-off-by: Bernd Schubert <bschubert@ddn.com>
Diffstat (limited to 'test')
-rwxr-xr-x | test/ci-build.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/ci-build.sh b/test/ci-build.sh index 40bb79e..86230bd 100755 --- a/test/ci-build.sh +++ b/test/ci-build.sh @@ -146,6 +146,12 @@ export CC=clang export CXX=clang++ sanitized_build "-Ddisable-libc-symbol-version=true" +# Sanitized build without fuse-io-uring +export CC=clang +export CXX=clang++ +sanitized_build "-Denable-io-uring=false" + +# Build without any sanitizer non_sanitized_build # Documentation. |