maplibre/martin

Improve packaging for various platforms

Ouverte

#578 ouverte le 17 févr. 2023

 (7 commentaires) (0 réaction) (0 personne assignée)Rust (377 forks)auto 404
good first issuehelp wantedinstall

Métriques du dépôt

Stars
 (3 761 étoiles)
Métriques de merge PR
 (Merge moyen 2j 16h) (78 PRs mergées en 30 j)

Description

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:

Guide contributeur