testing new image, intend to switch to void docker

This commit is contained in:
Luca Bilke 2023-11-24 18:39:19 +01:00
parent 11158091e9
commit af2eb630e7
1 changed files with 4 additions and 2 deletions

View File

@ -7,9 +7,11 @@ steps:
wget http://repo-default.voidlinux.org/static/xbps-static-latest.x86_64-musl.tar.xz
build:
image: alpine
image: gcc
environment:
- BUILD_DEPS="pkgconf libxcb-util-dev"
commands: |
apk add --no-cache build-base gcc xcb-util-dev pkgconfig >/dev/null
apt install -y $${BUILD_DEPS}
make install DESTDIR="$${CI_WORKSPACE}/pkg" PREFIX="/usr"
package-xbps: