Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 3de2e21

Browse files
authored
Unrolled build for rust-lang#130471
Rollup merge of rust-lang#130471 - khuey:zlib-musl, r=Kobzol Add zlib to musl dist image so rust-lld will support zlib compression for debug info there. Fixes rust-lang#130063. r? `@Kobzol`
2 parents 7fc70f8 + 930db09 commit 3de2e21

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

Lines changed: 1 addition & 0 deletions
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)