Skip to content

Commit

Permalink
Merge pull request #4304 from vespa-engine/toregge/add-debug-info-for…
Browse files Browse the repository at this point in the history
…-sanitized-builds

Add debug info for sanitized builds.
  • Loading branch information
toregge authored Jan 2, 2025
2 parents 2ba2e58 + 00546c7 commit 3b793d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/Dockerfile.almalinux8
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ RUN dnf install -y dnf-plugins-core && \
RUN --mount=type=bind,target=/context-root,source=.,ro \
if [[ -d /context-root/rpms ]]; then echo -e "[vespa-rpms-local]\nname=Local Vespa RPMs\nbaseurl=file:///context-root/rpms/\nenabled=1\ngpgcheck=0" > /etc/yum.repos.d/vespa-rpms-local.repo; fi && \
dnf -y install vespa-systemtest-tools && \
if test "$(/opt/vespa/bin/vespa-print-default sanitizers)" != none; then \
dnf debuginfo-install -y vespa-abseil-cpp vespa-libzstd vespa-lz4 vespa-onnxruntime vespa-openblas vespa-openssl vespa-protobuf glibc libatomic libffi libgcc libgfortran libicu libstdc++ llvm-libs ncurses-libs re2 xxhash-libs zlib && \
dnf debuginfo-install -y vespa vespa-base-libs vespa-libs vespa-malloc; \
fi && \
dnf clean all && \
rm -f /etc/yum.repos.d/vespa-rpms-local.repo && \
rm -rf /var/cache/dnf
Expand Down

0 comments on commit 3b793d9

Please sign in to comment.