maplibre/martin

Improve packaging for various platforms

Aperta

#578 aperta il 17 feb 2023

 (7 commenti) (0 reazioni) (0 assegnatari)Rust (377 fork)auto 404
good first issuehelp wantedinstall

Metriche repository

Star
 (3761 stelle)
Metriche merge PR
 (Merge medio 2g 16h) (78 PR mergiate in 30 g)

Descrizione

Our CI currently only publishes Docker images and adds binary artifacts to the release, e.g. here (at the bottom). We need to greatly simplify re-use of Martin:

  • debian packages
  • homebrew (used to work before?)
  • cargo install from crates.io - Martin at the moment uses internal non-published mbtiles crate - we need to either publish them if reasonable, or move the code into a sub-module
  • windows install (is this still a thing?)
  • packaging for other platforms, and publish it to relevant package repositories

Useful links:

Guida contributor