Skip to content

Commit 930db09

Browse files
committed
Add zlib to musl dist image so rust-lld will support zlib compression for debug info there.
Fixes #130063.
1 parent 46b0f8b commit 930db09

File tree

1 file changed

+1
-0
lines changed
  • src/ci/docker/host-x86_64/dist-x86_64-musl

1 file changed

+1
-0
lines changed

src/ci/docker/host-x86_64/dist-x86_64-musl/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1919
patch \
2020
libssl-dev \
2121
pkg-config \
22+
zlib1g-dev \
2223
&& rm -rf /var/lib/apt/lists/*
2324

2425
WORKDIR /build/

0 commit comments

Comments
 (0)