'Generic Commit'
All checks were successful
dropshell-build / build (push) Successful in 29s

This commit is contained in:
Your Name
2025-06-03 23:10:28 +12:00
parent efefdd8b70
commit 7a5351c898
2 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ RUN apk add --no-cache \
binutils \
elfutils-dev
RUN apk add --no-cache --update --repository=https://dl-cdn.alpinelinux.org/alpine/v3.16/main/ libexecinfo-dev
#RUN apk add --no-cache --update --repository=https://dl-cdn.alpinelinux.org/alpine/v3.16/main/ libexecinfo-dev
# Set working directory
WORKDIR /app
@ -46,6 +46,7 @@ RUN --mount=type=cache,target=/build \
-DCPPTRACE_GET_SYMBOLS_WITH_ADDR2LINE=ON \
-DPROJECT_NAME="${PROJECT}" \
-DCMAKE_STRIP=OFF \
-DIGNORE_DYNAMIC_LOADING=ON \
${CMAKE_TOOLCHAIN_FILE:+-DCMAKE_TOOLCHAIN_FILE=$CMAKE_TOOLCHAIN_FILE}