chore(ci): Updated PKGBUILD to use vieter-v package

pull/134/head
Jef Roosens 2022-04-21 09:07:16 +02:00
parent 7722d5a7e4
commit 4d26797453
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
2 changed files with 5 additions and 6 deletions

View File

@ -10,6 +10,8 @@ pipeline:
build:
image: 'menci/archlinuxarm:base-devel'
commands:
# Add the vieter repository so we can use the compiler
- echo -e '[vieter]\nServer = https://arch.r8r.be/$repo/$arch\nSigLevel = Optional' >> /etc/pacman.conf
# Update packages
- pacman -Syu --noconfirm
# Create non-root user to perform build & switch to their home

View File

@ -2,10 +2,10 @@
pkgbase='vieter'
pkgname='vieter'
pkgver=0.2.0.r24.g9a56bd0
pkgver=0.2.0.r25.g20112b8
pkgrel=1
depends=('glibc' 'openssl' 'libarchive' 'gc')
makedepends=('git' 'gcc')
makedepends=('git' 'gcc' 'vieter-v')
arch=('x86_64' 'aarch64' 'armv7')
url='https://git.rustybever.be/Chewing_Bever/vieter'
license=('AGPL3')
@ -20,10 +20,7 @@ pkgver() {
build() {
cd "$pkgname"
# Build the compiler
CFLAGS= make v
V_PATH=v/v make prod
make prod
}
package() {