Skip to content

Commit

Permalink
report_error_type=1
Browse files Browse the repository at this point in the history
  • Loading branch information
maflcko committed Jul 1, 2024
1 parent 3a6efee commit 43146be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projects/tarantool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ RUN apt-get update && apt-get install -y \
RUN wget https://github.com/unicode-org/icu/releases/download/release-71-1/icu4c-71_1-src.tgz && \
tar xzvf ./icu4c-71_1-src.tgz -C $SRC

ENV UBSAN_OPTIONS="print_stacktrace=1:print_summary=1:silence_unsigned_overflow=1:strip_path_prefix=/workspace/:symbolize=1:dedup_token_length=3:report_error_type=1"

RUN git clone --jobs $(nproc) --recursive https://github.com/tarantool/tarantool
WORKDIR $SRC/tarantool

Expand Down

0 comments on commit 43146be

Please sign in to comment.