~ruther/guix-local

f2c3cd2465f3036496c953b49a56d713a09fb712 — Sharlatan Hellseher 5 months ago db960bc
gnu: apache-orc: Runs tests only on 64bit architectures.

This blocks apache-arrow to build on i686-linux, see:
<https://ci.guix.gnu.org/build/15400469/details>.

* gnu/packages/databases.scm (apache-orc)[arguments]<tests?>: Run
tests only on 64bit architectures.

Change-Id: I7b56ebcd9e50343360464647170e4a32386f6172
1 files changed, 2 insertions(+), 0 deletions(-)

M gnu/packages/databases.scm
M gnu/packages/databases.scm => gnu/packages/databases.scm +2 -0
@@ 5171,6 5171,8 @@ the SQL language using a syntax that reflects the resulting query.")
    (build-system cmake-build-system)
    (arguments
     (list
      ;; XXX: Some tests fail on i686, run on 64bit only for now.
      #:tests? (target-64bit?)
      #:build-type "Release"
      #:configure-flags
      #~(list "-DBUILD_JAVA=OFF"