Skip to content

Commit aa3ab81

Browse files
committed
Add zstd dev package for building lld.
1 parent 62e5477 commit aa3ab81

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

Lines changed: 1 addition & 0 deletions
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)