aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDuncan Bellamy <dunk@denkimushi.com>2023-01-22 09:02:56 +0000
committeralice <alice@ayaya.dev>2023-01-27 07:20:50 +0000
commitd1eae94c6c2f349051454da40dee85ec030d9892 (patch)
treec72aaa66339abe30df6ce992129bba8a003defac
parenta6f7e6b958ea904839fee3b51636fb8d3b703c4f (diff)
community/ceph17: rebuild with apache-arrow-11.0.0
-rw-r--r--community/ceph17/APKBUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/community/ceph17/APKBUILD b/community/ceph17/APKBUILD
index b1110ba1966..fc419638d7f 100644
--- a/community/ceph17/APKBUILD
+++ b/community/ceph17/APKBUILD
@@ -4,7 +4,7 @@
# Maintainer: Duncan Bellamy <dunk@denkimushi.com>
_pkgname=ceph
pkgver=17.2.5
-pkgrel=10
+pkgrel=11
_majorver=${pkgver%%.*}
pkgname=$_pkgname$_majorver
pkgdesc="Ceph is a distributed object store and file system, version $_majorver"
@@ -259,10 +259,6 @@ build() {
}
package() {
- # free up some space before install
- rm -rf build/src/pybind/mgr/dashboard/cypress
- rm -rf src/pybind/mgr/dashboard/frontend/node_modules
-
DESTDIR="$pkgdir" cmake --install build
# remove the upstream init file and put in openrc ones