guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 4db4513d236204dbb212fdc4fe3a50c6bee1e424
Author: Simon Tournier <[email protected]>
AuthorDate: Wed Aug 20 18:45:34 2025 +0200

    gnu: ocaml-llvm: Disable tests.
    
    * gnu/packages/llvm.scm (make-ocaml-llvm)[arguments]<#:tests?>:
    Set to #f.
    
    Change-Id: I40c270c0b5a5f201dffb26dadb4d61db75866ce6
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/llvm.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index 12f8d815fb..7a748e2bad 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -2035,6 +2035,7 @@ using @code{clang-rename}.")))
           "-DLLVM_OCAML_OUT_OF_TREE=TRUE"
           (string-append "-DLLVM_OCAML_INSTALL_PATH="
                          (assoc-ref %outputs "out") "/lib/ocaml/site-lib"))
+         #:tests? #f                    ;no tests
          #:phases
          (modify-phases %standard-phases
            (replace 'build

Reply via email to