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

This commit is contained in:
Your Name
2025-06-03 23:43:52 +12:00
parent 65023a8d84
commit b68f5e6f8f
4 changed files with 104 additions and 39 deletions

View File

@ -17,10 +17,17 @@ RUN apk add --no-cache \
mold \
zlib-static \
ccache \
pkgconf \
pkgconfig \
libunwind \
libunwind-dev \
libdwarf-dev \
binutils \
elfutils-dev
libunwind-static \
libunwind-dbg \
zlib-dev \
zlib-static \
xz-dev \
xz-static \
xz-libs
#RUN apk add --no-cache --update --repository=https://dl-cdn.alpinelinux.org/alpine/v3.16/main/ libexecinfo-dev
@ -41,9 +48,6 @@ RUN --mount=type=cache,target=/build \
-DZLIB_BUILD_SHARED=OFF \
-DZLIB_BUILD_STATIC=ON \
-DBUILD_SHARED_LIBS=OFF \
-DCPPTRACE_UNWIND_WITH_UNWIND=ON \
-DCPPTRACE_GET_SYMBOLS_WITH_LIBDWARF=ON \
-DCPPTRACE_GET_SYMBOLS_WITH_ADDR2LINE=ON \
-DPROJECT_NAME="${PROJECT}" \
-DCMAKE_STRIP=OFF \
-DIGNORE_DYNAMIC_LOADING=ON \