Skip to content

Commit

Permalink
Add zlib and zstd dev packages for building lld.
Browse files Browse the repository at this point in the history
  • Loading branch information
khuey committed Aug 9, 2024
1 parent 9f3376e commit 7bb345e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ci/docker/host-x86_64/x86_64-gnu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
pkg-config \
xz-utils \
mingw-w64 \
zlib1g-dev \
libzstd-dev \
&& rm -rf /var/lib/apt/lists/*

COPY scripts/sccache.sh /scripts/
Expand Down

0 comments on commit 7bb345e

Please sign in to comment.