maplibre/martin

Improve packaging for various platforms

開放

#578 建立於 2023年2月17日

 (7 則留言) (0 個反應) (0 位負責人)Rust (377 個分叉)auto 404
good first issuehelp wantedinstall

倉庫指標

星標
 (3,761 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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:

貢獻者指南