Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages / 
arrow


Commits:
4440cb16 by Jakub Klinkovský at 2026-01-03T20:33:10+01:00
Remove minio from checkdepends and exclude the test

Fixes https://gitlab.archlinux.org/archlinux/packaging/packages/arrow/-/issues/4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -5,7 +5,6 @@ pkgbase = arrow
        url = https://arrow.apache.org
        arch = x86_64
        license = Apache-2.0
-       checkdepends = minio
        checkdepends = python
        makedepends = boost
        makedepends = cmake


=====================================
PKGBUILD
=====================================
@@ -46,7 +46,6 @@ makedepends=(
   xsimd
 )
 checkdepends=(
-  minio
   python
 )
 provides=(parquet-cpp)
@@ -135,6 +134,9 @@ build() {
 
 check() {
   local excluded_tests=""
+  # arrow-s3fs-test requires minio (dropped to AUR)
+  excluded_tests+="|arrow-s3fs-test"
+
   local ctest_options=(
     --test-dir build
     # show the stdout and stderr when the test fails



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/arrow/-/commit/4440cb162cff1a77c01ae68e432b26da2948adf5

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/arrow/-/commit/4440cb162cff1a77c01ae68e432b26da2948adf5
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to