]> git.ipfire.org Git - thirdparty/collectd.git/commit
ci: Remove the "statgrab" task from CirrusCI. 4251/head
authorFlorian Forster <octo@collectd.org>
Tue, 23 Jan 2024 12:14:02 +0000 (13:14 +0100)
committerFlorian Forster <octo@collectd.org>
Tue, 23 Jan 2024 15:33:37 +0000 (16:33 +0100)
commitb187659d87e9c8d09553a098c61a7934ca3cadef
tree17c6c9c9cc390f271497970283b7ca7c81acc8eb
parent41e2add95ab4ff407ddf6da0f46377ee9bb28284
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