[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/09: gnu: srt: Disable code coverage checking.
From: |
guix-commits |
Subject: |
09/09: gnu: srt: Disable code coverage checking. |
Date: |
Thu, 22 Oct 2020 12:49:08 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 3e09453884efa82ef97b8ec6e34470c67a1206a7
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Oct 22 11:57:35 2020 +0200
gnu: srt: Disable code coverage checking.
* gnu/packages/networking.scm (srt)[arguments]: Remove
"-DENABLE_CODE_COVERAGE" from #:configure-flags.
---
gnu/packages/networking.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 02a1121..d3f3153 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -332,8 +332,7 @@ supported, including rtmp://, rtmpt://, rtmpe://,
rtmpte://, and rtmps://.")
(string-append "-DCMAKE_INSTALL_INCLUDEDIR="
(assoc-ref %outputs "out") "/include")
"-DENABLE_STATIC=OFF"
- "-DENABLE_UNITTESTS=ON"
- "-DENABLE_CODE_COVERAGE=ON")))
+ "-DENABLE_UNITTESTS=ON")))
(native-inputs
`(("gtest" ,googletest)
("pkg-config" ,pkg-config)
- branch master updated (cad55e9 -> 3e09453), guix-commits, 2020/10/22
- 01/09: gnu: universal-ctags: Update to 5.9.20201018.0., guix-commits, 2020/10/22
- 03/09: gnu: ungoogled-chromium: Embed absolute references to libGL and friends., guix-commits, 2020/10/22
- 05/09: gnu: clang@10, clang@11: Fix CMake files., guix-commits, 2020/10/22
- 07/09: gnu: srt: Remove unused input., guix-commits, 2020/10/22
- 09/09: gnu: srt: Disable code coverage checking.,
guix-commits <=
- 02/09: gnu: universal-ctags: Store temporary files below "/tmp"., guix-commits, 2020/10/22
- 04/09: gnu: ungoogled-chromium: Update to 86.0.4240.111-0.c34a56d [security fixes]., guix-commits, 2020/10/22
- 06/09: gnu: Add LLDB., guix-commits, 2020/10/22
- 08/09: gnu: srt: Do not build the static library., guix-commits, 2020/10/22