Skip to content

Install Rust extension to 'lib'

Will Chandler (ex-GitLab) requested to merge wc/fix-rs-install-dir into master

Currently when installing the Gem the compiled Rust extension is placed in lib/prometheus-client-mmap/, while the C extension is placed in lib. This prevents callers from loading the Rust extension.

Update extconf.rb to leave off the prefix and just install directly to lib.

Merge request reports

Loading