* try building for musl

master
Dominika Liberda 2021-10-11 15:01:43 +02:00
parent e7d4305a04
commit 83a6751e80
1 changed files with 13 additions and 2 deletions

View File

@ -9,8 +9,19 @@ variables:
# AARCH64: $AARCH64
# X86_64: $X86_64
tarball_x86_64:
image: ghcr.io/void-linux/void-linux:latest-thin-bb-x86_64
#tarball_x86_64:
# image: ghcr.io/void-linux/void-linux:latest-thin-bb-x86_64
# stage: build
# script:
# - xbps-install -Sy bash
# - bash ./build_tarball.sh "${CI_PROJECT_DIR}/LibreWolf-${pkgver}-${pkgrel}.${CARCH}.tar.bz2"
# artifacts:
# name: "Librewolf-Tarball-${pkgver}-${pkgrel}-${CARCH}"
# paths:
# - "LibreWolf-${pkgver}-${pkgrel}.${CARCH}.tar.bz2"
tarball_x86_64_musl:
image: ghcr.io/void-linux/void-linux:latest-thin-bb-x86_64-musl
stage: build
script:
- xbps-install -Sy bash