-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add option to enable code coverage support when building RPMs
To enable building RPMs with code coverage support `-Dwith_coverage=1` parameter can be passed to rpmbuild. Code coverage support is turned off by default when building RPMs. Related: #397 Signed-off-by: Artiom Divak <adivak@redhat.com>
- Loading branch information
1 parent
7749d31
commit ba51bfe
Showing
4 changed files
with
50 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
Directory already configured. | ||
|
||
Just run your build command (e.g. ninja) and Meson will regenerate as necessary. | ||
If ninja fails, run "ninja reconfigure" or "meson setup --reconfigure" | ||
to force Meson to regenerate. | ||
|
||
If build failures persist, run "meson setup --wipe" to rebuild from scratch | ||
using the same options as passed when configuring the build. | ||
To change option values, run "meson configure" instead. | ||
Entering 'subprojects/hashmap.c' | ||
Entering 'subprojects/inih' | ||
setting SOURCE_DATE_EPOCH=1693785600 | ||
Wrote: rpmbuild/SRPMS/bluechi-0.6.0-0.202309141037.git68fd4bd.fc37.src.rpm | ||
RHEL8 CSB packages 0.0 B/s | 0 B 00:00 | ||
Last metadata expiration check: 0:26:18 ago on Thu 14 Sep 2023 10:10:52 AM IDT. | ||
Package checkpolicy-3.5-1.fc37.x86_64 is already installed. | ||
Package gcc-12.3.1-1.fc37.x86_64 is already installed. | ||
Package gcc-c++-12.3.1-1.fc37.x86_64 is already installed. | ||
Package golang-github-cpuguy83-md2man-2.0.2-4.fc37.x86_64 is already installed. | ||
Package meson-1.0.1-1.fc37.noarch is already installed. | ||
Package python3-devel-3.11.4-1.fc37.x86_64 is already installed. | ||
Package python3-setuptools-62.6.0-3.fc37.noarch is already installed. | ||
Package selinux-policy-devel-37.22-1.fc37.noarch is already installed. | ||
Package systemd-devel-251.14-2.fc37.x86_64 is already installed. | ||
Package systemd-rpm-macros-251.14-2.fc37.noarch is already installed. | ||
Package checkpolicy-3.5-1.fc37.x86_64 is already installed. | ||
Package gcc-12.3.1-1.fc37.x86_64 is already installed. | ||
Package gcc-c++-12.3.1-1.fc37.x86_64 is already installed. | ||
Package golang-github-cpuguy83-md2man-2.0.2-4.fc37.x86_64 is already installed. | ||
Package meson-1.0.1-1.fc37.noarch is already installed. | ||
Package python3-devel-3.11.4-1.fc37.x86_64 is already installed. | ||
Package python3-setuptools-62.6.0-3.fc37.noarch is already installed. | ||
Package selinux-policy-devel-37.22-1.fc37.noarch is already installed. | ||
Package systemd-devel-251.14-2.fc37.x86_64 is already installed. | ||
Package systemd-rpm-macros-251.14-2.fc37.noarch is already installed. | ||
Dependencies resolved. | ||
Nothing to do. | ||
Complete! | ||
Installing rpmbuild/SRPMS/bluechi-0.6.0-0.202309141036.git68fd4bd.fc37.src.rpm | ||
setting SOURCE_DATE_EPOCH=1693785600 | ||
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.6dUQhj | ||
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.TvLNpn |