client_golang icon indicating copy to clipboard operation
client_golang copied to clipboard

Add CI tests that builds/tests client_golang for all supported GOOS

Open bwplotka opened this issue 9 months ago • 0 comments

As per title, we had too often cases of a broken build for a less popular operating systems e.g. ios recently https://github.com/prometheus/client_golang/issues/1749

The risky code is for the prometheus/process_collector_* that has to use C API for darwin to obtain memory OS metrics.

bwplotka avatar Mar 04 '25 14:03 bwplotka