Skip to content

Commit b0c7bd2

Browse files
committed
Add zlib dev package for building lld.
1 parent 4f57fbc commit b0c7bd2

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
@@ -17,6 +17,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1717
pkg-config \
1818
xz-utils \
1919
mingw-w64 \
20+
zlib1g-dev \
2021
&& rm -rf /var/lib/apt/lists/*
2122

2223
COPY scripts/sccache.sh /scripts/

0 commit comments

Comments
 (0)