diff options
| author | Simon Tournier <zimon.toutoune@gmail.com> | 2025-08-20 18:45:34 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-08-22 16:28:00 +0200 |
| commit | 4db4513d236204dbb212fdc4fe3a50c6bee1e424 (patch) | |
| tree | fb22469a3f3845dab91900590592836a351ae590 | |
| parent | 622bf490f89a5dee1d01fdd50b3e81629eb4c9e7 (diff) | |
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 <andreas@enge.fr>
| -rw-r--r-- | gnu/packages/llvm.scm | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
