Skip to content

Commit

Permalink
Add zlib to musl dist image so rust-lld will support zlib compression…
Browse files Browse the repository at this point in the history
… for debug info there.

Fixes #130063.
  • Loading branch information
khuey committed Sep 17, 2024
1 parent 46b0f8b commit 930db09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ci/docker/host-x86_64/dist-x86_64-musl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
patch \
libssl-dev \
pkg-config \
zlib1g-dev \
&& rm -rf /var/lib/apt/lists/*

WORKDIR /build/
Expand Down

0 comments on commit 930db09

Please sign in to comment.