chromium: mark broken on armv[67] for now.
This commit is contained in:
parent
0e704a91e5
commit
c904d1d483
1 changed files with 3 additions and 1 deletions
|
@ -26,7 +26,9 @@ depends="hwids desktop-file-utils hicolor-icon-theme"
|
|||
nostrip_files="nacl_irt_x86_64.nexe nacl_irt_x86_32.nexe"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64) hostmakedepends+=" gcc-c++-multilib"
|
||||
armv6l*) broken="http://build.voidlinux.eu:8010/builders/armv6l_builder/builds/8050/steps/shell_3/logs/stdio";;
|
||||
armv7l*) broken="http://build.voidlinux.eu:8010/builders/armv7l_builder/builds/8060/steps/shell_3/logs/stdio";;
|
||||
x86_64) hostmakedepends+=" gcc-c++-multilib";;
|
||||
esac
|
||||
|
||||
pre_configure() {
|
||||
|
|
Loading…
Reference in a new issue