Skip to content

Commit 7bb345e

Browse files
committed
Add zlib and zstd dev packages for building lld.
1 parent 9f3376e commit 7bb345e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/ci/docker/host-x86_64/x86_64-gnu/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1717
pkg-config \
1818
xz-utils \
1919
mingw-w64 \
20+
zlib1g-dev \
21+
libzstd-dev \
2022
&& rm -rf /var/lib/apt/lists/*
2123

2224
COPY scripts/sccache.sh /scripts/

0 commit comments

Comments
 (0)