summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2018-06-30 18:20:26 +0100
committerJonathon Fernyhough2018-06-30 18:20:50 +0100
commitcdba24493de30e3e7bfd65f87a1e9e8d6dd85424 (patch)
tree867b7b821344b93bee1fc18e009f1e758da785f8
parent8b1eae0f69886c5fa28900765f5f271643b31003 (diff)
downloadaur-cdba24493de30e3e7bfd65f87a1e9e8d6dd85424.tar.gz
Set "make -j1 test", less flaky
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10906b6815ed..d831109e455d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tcc-git
pkgdesc = Tiny C Compiler
- pkgver = 0.9.27.r11.ge76058c
+ pkgver = 0.9.27.r21.g65c7f19
pkgrel = 1
url = https://bellard.org/tcc/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 063ccaad2125..e223b48ef7fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Alexander Rødseth <rodseth@gmail.com>
pkgname=tcc-git
-pkgver=0.9.27.r11.ge76058c
+pkgver=0.9.27.r21.g65c7f19
pkgrel=1
pkgdesc='Tiny C Compiler'
arch=('x86_64' 'i686')
@@ -29,7 +29,7 @@ build() {
check() {
cd tinycc
- make test
+ make -j1 test
}
package() {