Skip to content
Discussion options

You must be logged in to vote

Yes, Git 2.47 is below 2.49, which explains the git clone --revision failure.
That option was added relatively recently, and maplibre_native currently assumes a newer Git version.

Since this only affects building from source, the easiest solution is to re-run:

cargo binstall martin

I just fixed an issue with our prebuilt binaries, so this should now download the binary instead of compiling locally.

If you instead run:

cargo install martin --no-default-features --features mbtiles

then yes - only the mbtiles feature will be enabled, and features like PostgreSQL support will not be included.
If you instead run the following, the postgres and mbtiles feature are active and so forth..

cargo in…

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@CommanderStorm
Comment options

Answer selected by CommanderStorm
Comment options

You must be logged in to vote
1 reply
@CommanderStorm
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants