diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-08-16 09:22:13 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-08-16 09:22:13 +0000 |
commit | 66b488d3f8e7ea510b49f5e1f0bf2792eb240313 (patch) | |
tree | d8f6108bebc137375f101d3703bcfd614bf3cad2 /testing/ceph | |
parent | 75752ff8600549fcb843aba775356ae3d8c3dc12 (diff) | |
download | aports-66b488d3f8e7ea510b49f5e1f0bf2792eb240313.tar.bz2 aports-66b488d3f8e7ea510b49f5e1f0bf2792eb240313.tar.xz |
testing/ceph: disable temporarily
it will take some time to make it build with new boost. disable
meanwhile to unblock the builders.
Diffstat (limited to 'testing/ceph')
-rw-r--r-- | testing/ceph/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ceph/APKBUILD b/testing/ceph/APKBUILD index fbac1c606d..cc93e3b78f 100644 --- a/testing/ceph/APKBUILD +++ b/testing/ceph/APKBUILD @@ -10,7 +10,7 @@ pkgdesc="User space components of the Ceph file system" pkgusers="ceph" pkggroups="ceph" url="http://ceph.com" -arch="x86_64" +#arch="x86_64" license="LGPL-2.1 and CC-BY-SA-1.0 and GPL-2.0 and BSL-1.0 and GPL-2.0-with-autoconf-exception and BSD-3-Clause and MIT" depends="ceph-osd ceph-mds ceph-mon" |