summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-08-09 09:25:13 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-08-09 09:36:31 +0200
commitccb258bf39b2321d7c22c53f57fb15d6af6c9229 (patch)
treee918e63b578bc7d7446e9e3d43a93b66d5bc8738
parent85b43f786c8762044a7f50d34150ae989275b380 (diff)
libre: parabola-hackers: enable all supported architectures
The i686 architecture was removed from parabola-hackers by this commit: 26794af5e libre/parabola-hackers: updated to 20200202 26794af5e6f2f7fe7e15804b21ac67f75b8efd1f Given that this commit updates it to 20200202, I assume that this removal was just the result of syncing with an equivalent Arch Linux package, as Arch Linux dropped the i686 support some time ago. It would be a good idea to re-enable other architectures as the parabola-hackers package could be used to share access to a machine to all Parabola hackers in a way that easily integrate with the current Parabola infrastructure. For instance if someone wants to give full access to an ARM computer, the parabola-hackers could be added to enable any Parabola hacker access instead of manually configuring the SSH access for each person that wants or needs access. i686 is also still relevant since it's still supported by Parabola and there are still many uses cases where it might be a good idea to build packages on i686: * It could be used to make sure that some CPU features are not there as a workaround to some AUR packages that use -mach=native, which sometimes ends up in pcr packages. * Several i686 only computers run Libreboot * It's still a good idea to be able to build on more hardware to be able to increase the build capacity and/or make it faster and easier to respin the Parabola infrastructure on any hardware in case of server crash. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--libre/parabola-hackers/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/parabola-hackers/PKGBUILD b/libre/parabola-hackers/PKGBUILD
index 0790a46e2..11d588b49 100644
--- a/libre/parabola-hackers/PKGBUILD
+++ b/libre/parabola-hackers/PKGBUILD
@@ -9,7 +9,7 @@ url='https://git.parabola.nu/packages/parabola-hackers.git/'
license=('GPL')
pkgrel=1
-arch=('x86_64')
+arch=('armv7h' 'i686' 'x86_64')
makedepends=('go' 'git')
source=("parabola-hackers::git://git.parabola.nu/packages/parabola-hackers.git#commit=${_gitver}"
LICENSE.lgpl-2.1.txt::https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt