Skip to content

Commit f9b04a7

Browse files
committed
setup-apt: Add libzstd-dev to build deps
GCC and binutils will pick this up and allow compression of the debug sections in elf files using --compress-debug-sections=zstd The resulting binaries will depend on libzstd1.so, so users must ensure this is installed. It seems to come by default from Ubuntu 20.04 onwards, so that shouldn't be a problem for most.
1 parent aaee081 commit f9b04a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/setup-apt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ apt update
66
apt install -y autoconf automake autotools-dev curl python3 python3-pip python3-tomli libmpc-dev libmpfr-dev \
77
libgmp-dev gawk build-essential bison flex texinfo gperf libtool \
88
patchutils bc zlib1g-dev libexpat-dev git ninja-build cmake libglib2.0-dev expect \
9-
device-tree-compiler python3-pyelftools libslirp-dev
9+
device-tree-compiler python3-pyelftools libslirp-dev libzstd-dev

0 commit comments

Comments
 (0)