Skip to content

Commit

Permalink
move zstd-static to bin/install-rocksdb
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnuj committed Jan 29, 2024
1 parent 2995d28 commit ef1de15
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ RUN set -eu && \
musl-dev \
perl \
snappy-static \
zstd-static \
zlib-static

COPY ./bin/install-mimalloc ./bin/install-wasmvm ./bin/install-rocksdb /usr/local/bin/
Expand Down
2 changes: 1 addition & 1 deletion bin/install-rocksdb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [ -n "${ROCKSDB_VERSION}" ]; then
https://github.com/facebook/rocksdb ./
# busybox install doesn't support -C flag
sed -i "s/install -C/install/g" Makefile
# apk add zstd-static lz4-static zlib-static snappy-static
apk update && apk add --no-cache add zstd-static
make -j$(nproc) static_lib
make install-static
else
Expand Down

0 comments on commit ef1de15

Please sign in to comment.