Skip to content

Commit

Permalink
Use gdb full path in wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
vladbogo committed Aug 2, 2023
1 parent 5ec9bda commit 25468b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_build_images/msan.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ENV PATH=$MSAN_LIBDIR/bin:$PATH
RUN mkdir $MSAN_LIBDIR \
&& mkdir $MSAN_LIBDIR/bin \
&& printf '#!/bin/sh\nunset LD_LIBRARY_PATH\nexec llvm-symbolizer-15 "$@"' > $MSAN_SYMBOLIZER_PATH \
&& printf '#!/bin/sh\nunset LD_LIBRARY_PATH\nexec gdb "$@"' > $GDB_PATH \
&& printf '#!/bin/sh\nunset LD_LIBRARY_PATH\nexec /usr/bin/gdb "$@"' > $GDB_PATH \
&& curl -sL https://apt.llvm.org/llvm-snapshot.gpg.key | gpg --dearmor -o /usr/share/keyrings/llvm-snapshot.gpg \
&& echo "deb [signed-by=/usr/share/keyrings/llvm-snapshot.gpg] \
http://apt.llvm.org/bullseye/ llvm-toolchain-bullseye-15 main" > /etc/apt/sources.list.d/llvm-toolchain.list \
Expand Down

0 comments on commit 25468b7

Please sign in to comment.