Skip to content

Commit

Permalink
Rollup merge of rust-lang#130471 - khuey:zlib-musl, r=Kobzol
Browse files Browse the repository at this point in the history
Add zlib to musl dist image so rust-lld will support zlib compression for debug info there.

Fixes rust-lang#130063.

r? `@Kobzol`
  • Loading branch information
matthiaskrgr authored Sep 18, 2024
2 parents 21313d7 + 930db09 commit 3443795
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 3443795

Please sign in to comment.