Skip to content

Commit 50442c6

Browse files
committed
CI[sanitizers]: Build sanitizer NTF without zstd and lz4
Signed-off-by: Patrick M. Niedzielski <pniedzielski@bloomberg.net>
1 parent 3525c06 commit 50442c6

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

docker/sanitizers/build_sanitizer.sh

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -228,13 +228,16 @@ pushd "${DIR_SRCS_EXT}/ntf-core"
228228
# the fix in issue 175307231 is resolved.
229229
sed -i 's/fcoroutines-ts/fcoroutines/g' 'repository.cmake'
230230

231-
./configure --keep \
232-
--prefix /opt/bb \
231+
./configure --keep \
232+
--prefix /opt/bb \
233233
--output "${DIR_BUILD_EXT}/ntf" \
234-
--without-warnings-as-errors \
235-
--without-usage-examples \
236-
--without-applications \
237-
--ufid 'dbg_64_safe_cpp20' \
234+
--without-warnings-as-errors \
235+
--without-usage-examples \
236+
--without-applications \
237+
--with-zlib \
238+
--without-zstd \
239+
--without-lz4 \
240+
--ufid 'dbg_64_safe_cpp20' \
238241
--toolchain "${TOOLCHAIN_PATH}"
239242
make -j${PARALLELISM}
240243
make install

0 commit comments

Comments
 (0)