mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-03 22:29:07 +02:00
Switch from zlib-ng to zlib-rs
zlib-rs provides the same performance as zlib-ng with minedmap, while reducing the amount of C code and avoiding the external build dependency on CMake.
This commit is contained in:
parent
40bc6cd2a9
commit
f8c8ca78ba
6 changed files with 21 additions and 27 deletions
|
@ -1,7 +1,7 @@
|
|||
FROM docker.io/library/alpine:latest AS builder
|
||||
|
||||
WORKDIR /build
|
||||
RUN apk add --no-cache build-base cmake cargo
|
||||
RUN apk add --no-cache build-base cargo
|
||||
|
||||
ARG MINEDMAP_VERSION
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue