~ruther/guix-local

aa47a27f9a7a563a133cc51c732158fe4feb2257 — Efraim Flashner 10 months ago 9cba423
gnu: llvm-13: Skip tests on riscv64-linux.

* gnu/packages/llvm.scm (llvm-13)[arguments]: Skip the tests when
building for riscv64-linux.

Change-Id: If7e391e1ce51d93766c89bee1db590b9ab5f12ea
1 files changed, 6 insertions(+), 0 deletions(-)

M gnu/packages/llvm.scm
M gnu/packages/llvm.scm => gnu/packages/llvm.scm +6 -0
@@ 891,6 891,12 @@ Library.")
      (patches (search-patches "llvm-13-gcc-14.patch"))))
    (arguments
     (substitute-keyword-arguments (package-arguments llvm-14)
      ((#:tests? _ #t)
       ;; The tests on riscv64 error on the differences between
       ;; generic and generic-rv64.
       (not (or (%current-target-system)
                (target-x86-32?)
                (target-riscv64?))))
       ((#:phases phases '%standard-phases)
        #~(modify-phases #$phases
            (delete 'change-directory)))))