[at-spi2-core: 1/2] Install findutils so lcov will work in the openSUSE image
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-core: 1/2] Install findutils so lcov will work in the openSUSE image
- Date: Thu, 13 Jan 2022 22:53:45 +0000 (UTC)
commit 6db0e65216c2ff191242e89ac30067849044001e
Author: Federico Mena Quintero <federico gnome org>
Date: Thu Jan 13 16:02:20 2022 -0600
Install findutils so lcov will work in the openSUSE image
See https://bugzilla.opensuse.org/show_bug.cgi?id=1194671 - openSUSE's
lcov package lacks a dependency on findutils, but lcov's scripts use
find(1) to gather *.gcno files from the build. Findutils is not
installed in an opensuse/tumbleweed image by default.
.gitlab-ci/opensuse.Dockerfile | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci/opensuse.Dockerfile b/.gitlab-ci/opensuse.Dockerfile
index 9fe6adfa..0bcdfe43 100644
--- a/.gitlab-ci/opensuse.Dockerfile
+++ b/.gitlab-ci/opensuse.Dockerfile
@@ -11,6 +11,7 @@ RUN zypper refresh \
&& zypper install -y \
clang \
clang-tools \
+ findutils \
gcc \
dbus-1 \
dbus-1-devel \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]