icecat: set nodebug on i686
linker runs out of memory if debug is enabled [ci skip]
This commit is contained in:
parent
a67589dd0b
commit
65a7b96cd6
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue