From 7b64c946cd47297d5dc46d38e1bc31bd84694230 Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Fri, 1 Mar 2019 12:25:50 +0000 Subject: [PATCH] config/multithread: don't filter by PKG_ARCH --- config/multithread | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config/multithread b/config/multithread index d89479ca09..cb96bfa574 100644 --- a/config/multithread +++ b/config/multithread @@ -26,11 +26,6 @@ json_worker() { [[ ${pkgpath} =~ ^${ROOT}/${PACKAGES}/ ]] && hierarchy="global" || hierarchy="local" - if [ -n "$PKG_ARCH" ]; then - listcontains "$PKG_ARCH" "!$TARGET_ARCH" && continue - listcontains "$PKG_ARCH" "$TARGET_ARCH" || listcontains "$PKG_ARCH" "any" || continue - fi - cat <