[arch-commits] Commit in crystal/trunk (PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Thu Nov 23 16:40:12 UTC 2017


    Date: Thursday, November 23, 2017 @ 16:40:11
  Author: anatolik
Revision: 268213

Remove i686 specific hacks and comments

Modified:
  crystal/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-23 15:52:18 UTC (rev 268212)
+++ PKGBUILD	2017-11-23 16:40:11 UTC (rev 268213)
@@ -30,8 +30,6 @@
 build() {
   cd $pkgname-$pkgver
 
-  # We use --no-debug because it runs out of memory on i686 without it
-  # https://github.com/crystal-lang/crystal/issues/3787#issuecomment-281591985
   make release=1 \
        FLAGS="--release --no-debug" \
        PATH="$srcdir/$pkgname-$pkgver-$_binary_rel/bin:$PATH" \
@@ -45,8 +43,7 @@
 check() {
   cd $pkgname-$pkgver
 
-  # disable tests as it fails with OOM at i686
-  true || make spec CRYSTAL_PATH="$srcdir/$pkgname-$pkgver/src" \
+  make spec CRYSTAL_PATH="$srcdir/$pkgname-$pkgver/src" \
             CRYSTAL_CONFIG_VERSION="$pkgver" \
             CRYSTAL_CACHE_DIR="/tmp/crystal" \
             PATH=".build:$PATH"



More information about the arch-commits mailing list