mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
telegram-desktop: i686 broken
This commit is contained in:
parent
8c6e257e67
commit
2bddc56ffa
1 changed files with 4 additions and 2 deletions
|
@ -35,9 +35,11 @@ checksum="cbb30bad15496848beda2db3481700a7292de6c453ee616cc62a2189a32dd7d8
|
||||||
nocross="gyp build script doesn't support cross compiling"
|
nocross="gyp build script doesn't support cross compiling"
|
||||||
|
|
||||||
case $XBPS_TARGET_MACHINE in
|
case $XBPS_TARGET_MACHINE in
|
||||||
i686*) nodebug=yes;; # ENOMEM
|
i686*)
|
||||||
|
nodebug=yes # ENOMEM
|
||||||
|
broken="https://build.voidlinux.eu/builders/i686_builder/builds/9630/steps/shell_3/logs/stdio";;
|
||||||
*-musl) makedepends+=" libexecinfo-devel";;
|
*-musl) makedepends+=" libexecinfo-devel";;
|
||||||
mips*) broken="unsuported";;
|
mips*) broken="unsupported";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue