linux5.10: broken on i686 for now

This commit is contained in:
classabbyamp 2022-12-18 20:43:27 -05:00
parent eaeca56e1f
commit dd1cb006f2
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ skip_extraction="patch-${version}.xz"
# XXX Restrict archs until a proper <arch>-dotconfig is available in FILESDIR.
archs="x86_64* i686* ppc* aarch64*"
if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then broken="https://build.voidlinux.org/builders/i686_builder/builds/41042/steps/shell_3/logs/stdio"; fi
nodebug=yes # -dbg package is generated below manually
nostrip=yes
noverifyrdeps=yes