diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-08-27 12:46:09 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-08-27 12:46:09 +0300 |
| commit | ae63320427b8fadc5d1e2b50822316ee7fcd3885 (patch) | |
| tree | b52399afec1b5bc4a430d71a2277c053c60f0d0e | |
| parent | 74a53bf44fb2ea640a139a0ed3aeb08bc41344a4 (diff) | |
Run tests and build stage1 from source
Patch provided by Peter Hoeg
| -rw-r--r-- | .SRCINFO | 2 | ||||
| -rw-r--r-- | PKGBUILD | 7 |
2 files changed, 5 insertions, 4 deletions
@@ -1,7 +1,7 @@ pkgbase = rkt pkgdesc = App container runtime pkgver = 0.8.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/coreos/rkt install = rkt.install arch = x86_64 @@ -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 } |
