Skip to content
Snippets Groups Projects
Commit 19e4a2ea authored by Timo Teräs's avatar Timo Teräs
Browse files

ci: update build dependencies on static build

all static libraries and compiler version need to match for lto
to work.
parent b83da91a
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ build-static:
stage: build
image: alpinelinux/build-base:latest-$ARCH
script:
- abuild-apk add make gcc git musl-dev openssl-dev linux-headers zlib-dev zstd-dev lua5.3-dev lua5.3-lzlib zlib-static zstd-static openssl-libs-static
- abuild-apk add -u make gcc git musl-dev openssl-dev linux-headers zlib-dev zstd-dev lua5.3-dev lua5.3-lzlib zlib-static zstd-static openssl-libs-static
- make -j$(nproc) static
- install -s -m0755 src/apk.static src/apk.static-$ARCH
parallel:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment