deadtrickster / prometheus_process_collector

Prometheus.io process collector in Erlang
MIT License
52 stars 41 forks source link

macOS: drop explicit -arch flags #24

Closed zeha closed 3 years ago

zeha commented 3 years ago

Fixes #23.

Without -arch x86_64, the Apple toolchain automatically picks the target based upon the current runtime architecture.

Meaning:

Tests done:

zeha commented 3 years ago

@deadtrickster friendly ping - do you have objections/hints about this? thanks!

deadtrickster commented 3 years ago

Thank you for the PR and for the ping!

bieniusa commented 2 years ago

@deadtrickster I just ran into that issue - thanks for the fix! Would it be possible to release a new version on hex?

samgranieri commented 2 years ago

@deadtrickster could you please release a new version of this on hex? Several engineers at my company are getting m1 Macs, and we use this library in every single one of our elixir apps. I'd rather not tell my colleagues to pin to a git ref if possible. Thanks for all the great work!