public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-metrics/chrony_exporter/
@ 2024-07-08 14:28 Sam James
  0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2024-07-08 14:28 UTC (permalink / raw
  To: gentoo-commits

commit:     2d7392d44f0a42531a0302be16a54ac8daabd6f4
Author:     Holger Hoffstätte <holger <AT> applied-asynchrony <DOT> com>
AuthorDate: Thu Jul  4 08:57:56 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul  8 14:27:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d7392d4

app-metrics/chrony_exporter: fix tests

Disable the race detector for tests, which are all simple
single-threaded input/output verification.

Closes: https://bugs.gentoo.org/935442
Signed-off-by: Holger Hoffstätte <holger <AT> applied-asynchrony.com>
Closes: https://github.com/gentoo/gentoo/pull/37424
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-metrics/chrony_exporter/chrony_exporter-0.10.1.ebuild | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/app-metrics/chrony_exporter/chrony_exporter-0.10.1.ebuild b/app-metrics/chrony_exporter/chrony_exporter-0.10.1.ebuild
index b24bc02e2e57..d264fa860fc5 100644
--- a/app-metrics/chrony_exporter/chrony_exporter-0.10.1.ebuild
+++ b/app-metrics/chrony_exporter/chrony_exporter-0.10.1.ebuild
@@ -20,6 +20,12 @@ DEPEND="acct-group/chrony_exporter
 
 BDEPEND="dev-util/promu"
 
+src_prepare() {
+	default
+	# No need to enable the race detector for tests (#935442)
+	sed -i -e '/test-flags := -race/d' Makefile.common || die
+}
+
 src_compile() {
 	promu build -v --cgo --prefix bin || die
 }


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-metrics/chrony_exporter/
@ 2024-08-19 10:44 Arthur Zamarin
  0 siblings, 0 replies; 2+ messages in thread
From: Arthur Zamarin @ 2024-08-19 10:44 UTC (permalink / raw
  To: gentoo-commits

commit:     3104aa1b1a7d63c2cc9706b4ee3c55bb170f1532
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 19 10:44:08 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 19 10:44:08 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3104aa1b

app-metrics/chrony_exporter: Stabilize 0.10.1 amd64, #938006

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-metrics/chrony_exporter/chrony_exporter-0.10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-metrics/chrony_exporter/chrony_exporter-0.10.1.ebuild b/app-metrics/chrony_exporter/chrony_exporter-0.10.1.ebuild
index d264fa860fc5..ca89de70cbeb 100644
--- a/app-metrics/chrony_exporter/chrony_exporter-0.10.1.ebuild
+++ b/app-metrics/chrony_exporter/chrony_exporter-0.10.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/SuperQ/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 DEPEND="acct-group/chrony_exporter
 		acct-user/chrony_exporter"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-08-19 10:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-19 10:44 [gentoo-commits] repo/gentoo:master commit in: app-metrics/chrony_exporter/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2024-07-08 14:28 Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox