From faa5cff057fcb685b42117f23c291efb84c2a7d4 Mon Sep 17 00:00:00 2001 From: Sergey Bronnikov Date: Thu, 8 Aug 2024 11:46:56 +0300 Subject: [PATCH] tarantool: add debug for aarch64 (#12314) Needed for #12310 --- projects/tarantool/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/tarantool/build.sh b/projects/tarantool/build.sh index a5ab6a57468b..fad5acc47b83 100755 --- a/projects/tarantool/build.sh +++ b/projects/tarantool/build.sh @@ -23,7 +23,8 @@ mkdir -p $SRC/tarantool/build/icu && cd $SRC/tarantool/build/icu [ ! -e config.status ] && LDFLAGS="-lpthread" CXXFLAGS="$CXXFLAGS -lpthread" \ $SRC/icu/source/configure --disable-shared --enable-static --disable-layoutex \ - --disable-tests --disable-samples --with-data-packaging=static + --disable-tests --disable-samples --with-data-packaging=static || + find $SRC/tarantool -name config.log -exec cat {} + make install -j$(nproc) # For fuzz-introspector, exclude all functions in the tests directory,