diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-09-11 14:18:04 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-09-11 14:18:04 +0200 |
commit | 7731ec86ee7f0a7cb3a53f1879fec8896c6fddae (patch) | |
tree | 0be1fd0743ae1df3b3333f0d3dd9b75b5b99387a | |
parent | a12d28f73d7d96ec9e1c7d5aafd6cf561478fb11 (diff) | |
download | aports-7731ec86ee7f0a7cb3a53f1879fec8896c6fddae.tar.bz2 aports-7731ec86ee7f0a7cb3a53f1879fec8896c6fddae.tar.xz |
community/icinga2: disable on armhf
icinga2 c++ compiling seems to use lots of memory
too much for our "current" smaller armhf builder
-rw-r--r-- | community/icinga2/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/icinga2/APKBUILD b/community/icinga2/APKBUILD index b5b6365869..15c6f0aee3 100644 --- a/community/icinga2/APKBUILD +++ b/community/icinga2/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.5.4 pkgrel=0 pkgdesc="An open source host, service and network monitoring program" url="http://www.icinga.org" -arch="all" +arch="all armhf" license="GPL" depends="monitoring-plugins" makedepends="$depends_dev cmake bison flex boost-dev yajl-dev |