From 65a7b96cd6dade6f7873ce906d5003de88a76d3e Mon Sep 17 00:00:00 2001 From: Johannes Date: Sun, 16 Jun 2019 02:09:45 +0200 Subject: [PATCH] icecat: set nodebug on i686 linker runs out of memory if debug is enabled [ci skip] --- srcpkgs/icecat/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/icecat/template b/srcpkgs/icecat/template index 7f21c874d77..e6eaf37bb1b 100644 --- a/srcpkgs/icecat/template +++ b/srcpkgs/icecat/template @@ -32,7 +32,7 @@ esac CXXFLAGS="-Wno-class-memaccess -Wno-unused-function" case "$XBPS_TARGET_MACHINE" in - i686*) broken="https://build.voidlinux.org/builders/i686_builder/builds/18068/steps/shell_3/logs/stdio" ;; + i686*) nodebug=yes ;; esac post_extract() {