From ae63320427b8fadc5d1e2b50822316ee7fcd3885 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Thu, 27 Aug 2015 12:46:09 +0300 Subject: Run tests and build stage1 from source Patch provided by Peter Hoeg --- PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'PKGBUILD') diff --git a/PKGBUILD b/PKGBUILD index add3083..74a0c90 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname=rkt pkgver=0.8.0 -pkgrel=1 +pkgrel=2 pkgdesc="App container runtime" arch=('x86_64') url="https://github.com/coreos/rkt" @@ -26,8 +26,9 @@ prepare() { build() { cd "${pkgname}-${pkgver}" ./configure --prefix=/usr \ - --with-stage1=coreos \ - --with-stage1-image-path=/usr/share/rkt/stage1.aci + --with-stage1=src \ + --with-stage1-image-path=/usr/share/rkt/stage1.aci \ + --with-functional-tests make -s } -- cgit v1.3.1