From 41b65ab811594cb2a037943d1c11a1d072b6c386 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 28 Aug 2019 19:45:33 +0200 Subject: [PATCH] linux4.9: set broken for aarch64 --- srcpkgs/linux4.9/template | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/srcpkgs/linux4.9/template b/srcpkgs/linux4.9/template index df3f4e10495..61ca332208a 100644 --- a/srcpkgs/linux4.9/template +++ b/srcpkgs/linux4.9/template @@ -35,6 +35,13 @@ mutable_files=" /usr/lib/modules/${_kernver}/modules.alias.bin /usr/lib/modules/${_kernver}/modules.devname" +case "$XBPS_TARGET_MACHINE" in + # PLS FIX + aarch64*) + broken="https://build.voidlinux.org/builders/aarch64_builder/builds/21625/steps/shell_3/logs/stdio" + ;; +esac + do_configure() { # If there's a file called -dotconfig, use it to # configure the kernel; otherwise use arch defaults and all stuff