[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/09: gnu: klee: Only strip bin directory.
From: |
guix-commits |
Subject: |
07/09: gnu: klee: Only strip bin directory. |
Date: |
Sat, 27 Jul 2024 11:53:58 -0400 (EDT) |
lilyp pushed a commit to branch master
in repository guix.
commit 842517477b763e59edbea2bea62af6319c195711
Author: Sören Tempel <soeren@soeren-tempel.net>
AuthorDate: Sat Jul 27 11:10:56 2024 +0200
gnu: klee: Only strip bin directory.
This avoid several warnings to be emitted by strip(1) when attempting
to strip .bca (i.e. LLVM bitcode) files shipped in /lib/klee/runtime/.
* gnu/packages/check.scm (klee): Set #:strip-directories.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
gnu/packages/check.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index aeaa2e807f..250206886f 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1063,6 +1063,7 @@ with the @code{klee} package.")
(base32 "1nma6dqi8chjb97llsa8mzyskgsg4dx56lm8j514j5wmr8vkafz6"))))
(arguments
(list
+ #:strip-directories #~(list "bin") ;don't strip LLVM bitcode in /lib
#:test-target "check"
#:phases
#~(modify-phases %standard-phases
- branch master updated (c6ff1d6ff7 -> 46a64c7fdd), guix-commits, 2024/07/27
- 02/09: gnu: Add python-clingox., guix-commits, 2024/07/27
- 06/09: gnu: klee: Enable the test suite., guix-commits, 2024/07/27
- 07/09: gnu: klee: Only strip bin directory.,
guix-commits <=
- 08/09: gnu: klee: Only build on x86_64 Linux., guix-commits, 2024/07/27
- 05/09: gnu: klee: Wrap klee-stats for Python dependencies., guix-commits, 2024/07/27
- 09/09: gnu: klee-uclibc: Only build on x86_64 Linux., guix-commits, 2024/07/27
- 01/09: gnu: Add python-asprin., guix-commits, 2024/07/27
- 04/09: gnu: lager: Update to 0.1.1., guix-commits, 2024/07/27
- 03/09: gnu: zug: Update to 0.1.1., guix-commits, 2024/07/27