Skip to content

Commit

Permalink
Add zstd dev package for building lld.
Browse files Browse the repository at this point in the history
  • Loading branch information
khuey committed Jul 17, 2024
1 parent 86f954d commit 9d572b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ci/docker/host-x86_64/x86_64-gnu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
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 9d572b4

Please sign in to comment.