Skip to content

Commit a3c5f6a

Browse files
committed
Add zstd dev package for building lld.
1 parent b0c7bd2 commit a3c5f6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ci/docker/host-x86_64/x86_64-gnu/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1818
xz-utils \
1919
mingw-w64 \
2020
zlib1g-dev \
21+
libzstd-dev \
2122
&& rm -rf /var/lib/apt/lists/*
2223

2324
COPY scripts/sccache.sh /scripts/

0 commit comments

Comments
 (0)