maplibre/martin

Improve packaging for various platforms

オープン

#578 opened on 2023/02/17

 (7 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (377 件のフォーク)auto 404
good first issuehelp wantedinstall

Repository metrics

Stars
 (3,761 個のスター)
PR merge metrics
 (平均マージ 2d 16h) (30d で 78 merged PRs)

説明

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:

コントリビューターガイド