mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
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"
|
CXXFLAGS="-Wno-class-memaccess -Wno-unused-function"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
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
|
esac
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue