vscode: broken for i686

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2018-08-01 15:03:42 +02:00
parent 3328235057
commit ef246a0502
No known key found for this signature in database
GPG key ID: 6764EC32352D0647

View file

@ -16,7 +16,8 @@ only_for_archs="i686 x86_64"
nostrip_files="code-oss"
case "$XBPS_TARGET_MACHINE" in
i686) _ARCH="ia32";;
i686) broken="https://build.voidlinux.eu/builders/i686_builder/builds/10486/steps/shell_3/logs/stdio"
_ARCH="ia32";;
x86_64) _ARCH="x64";;
esac