]> git.ipfire.org Git - thirdparty/collectd.git/commit
ci: Remove the "statgrab" task from CirrusCI.
authorFlorian Forster <octo@collectd.org>
Tue, 23 Jan 2024 12:14:02 +0000 (13:14 +0100)
committerFlorian Forster <octo@collectd.org>
Sun, 4 Feb 2024 07:19:31 +0000 (08:19 +0100)
commitd619e577762eaa3a3e0842da52389666b891ec6a
treeb0de90510eaf265e7907d39197f316aa45b76022
parent4ef462b8807b733b6fdcae78a36f18ef1584d61c
ci: Remove the "statgrab" task from CirrusCI.

The "statgrab" job builds collectd with the "statgrab" library and then expects
certain plugins to be linked against it. However, since the build runs on
Linux, the plugins are actually using the "native" implementation. The linker,
noticing that the plugin is not referring to any symbol in the statgrab
library, does not actually produce a link, causing the test to fail.

The native implementations provide much richer metrics than the libstatgrab
based implementations, so we'll drop the test.
.cirrus.yml