update zstd dependency

This commit is contained in:
colinlyguo
2024-05-26 00:18:09 +08:00
parent 39a9c1f80b
commit eb8e46844f
6 changed files with 8 additions and 8 deletions

View File

@@ -46,7 +46,7 @@ make dev_docker
Run the tests using the following commands:
```bash
export LIBSCROLL_ZSTD_VERSION=v0.0.0-rc0-ubuntu20.04
export LIBSCROLL_ZSTD_VERSION=v0.0.0-rc1-ubuntu20.04
export SCROLL_LIB_PATH=/scroll/lib
sudo mkdir -p $SCROLL_LIB_PATH

View File

@@ -1,4 +1,4 @@
ARG LIBSCROLL_ZSTD_VERSION=v0.0.0-rc0-ubuntu20.04
ARG LIBSCROLL_ZSTD_VERSION=v0.0.0-rc1-ubuntu20.04
ARG SCROLL_LIB_PATH=/scroll/lib
# Download Go dependencies

View File

@@ -1,4 +1,4 @@
ARG LIBSCROLL_ZSTD_VERSION=v0.0.0-rc0-ubuntu20.04
ARG LIBSCROLL_ZSTD_VERSION=v0.0.0-rc1-ubuntu20.04
ARG SCROLL_LIB_PATH=/scroll/lib
# Download Go dependencies

View File

@@ -1,4 +1,4 @@
ARG LIBSCROLL_ZSTD_VERSION=v0.0.0-rc0-ubuntu20.04
ARG LIBSCROLL_ZSTD_VERSION=v0.0.0-rc1-ubuntu20.04
ARG SCROLL_LIB_PATH=/scroll/lib
# Download Go dependencies

View File

@@ -2,7 +2,7 @@
IMAGE_VERSION=latest
REPO_ROOT_DIR=./..
LIBSCROLL_ZSTD_VERSION=v0.0.0-rc0-ubuntu20.04
LIBSCROLL_ZSTD_VERSION=v0.0.0-rc1-ubuntu20.04
SCROLL_LIB_PATH=/scroll/lib
mock_abi:
@@ -11,8 +11,8 @@ mock_abi:
libzstd:
sudo mkdir -p $(SCROLL_LIB_PATH)/
sudo wget -O $(SCROLL_LIB_PATH)/libzktrie.so https://github.com/scroll-tech/da-codec/releases/download/v0.0.0-rc0-ubuntu20.04/libzktrie.so
sudo wget -O $(SCROLL_LIB_PATH)/libscroll_zstd.so https://github.com/scroll-tech/da-codec/releases/download/v0.0.0-rc0-ubuntu20.04/libscroll_zstd.so
sudo wget -O $(SCROLL_LIB_PATH)/libzktrie.so https://github.com/scroll-tech/da-codec/releases/download/v0.0.0-rc1-ubuntu20.04/libzktrie.so
sudo wget -O $(SCROLL_LIB_PATH)/libscroll_zstd.so https://github.com/scroll-tech/da-codec/releases/download/v0.0.0-rc1-ubuntu20.04/libscroll_zstd.so
rollup_bins: libzstd ## Builds the Rollup bins.
export LD_LIBRARY_PATH=$$LD_LIBRARY_PATH:$(SCROLL_LIB_PATH) && \

View File

@@ -1,7 +1,7 @@
#!/bin/bash
# Download .so files
export LIBSCROLL_ZSTD_VERSION=v0.0.0-rc0-ubuntu20.04
export LIBSCROLL_ZSTD_VERSION=v0.0.0-rc1-ubuntu20.04
export SCROLL_LIB_PATH=/scroll/lib
sudo mkdir -p $SCROLL_LIB_PATH