Skip to content

Commit

Permalink
tarantool: add debug for aarch64 (google#12314)
Browse files Browse the repository at this point in the history
Needed for google#12310
  • Loading branch information
ligurio authored Aug 8, 2024
1 parent 18c087c commit faa5cff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/tarantool/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit faa5cff

Please sign in to comment.