Skip to content

Commit 92ad69d

Browse files
base-images: add honggfuzz dependencies (#14315)
We need libunwind-dev libblocksruntime-dev for ubuntu 24 to work with honggfuzz. --------- Signed-off-by: David Korczynski <[email protected]>
1 parent 797c261 commit 92ad69d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

infra/base-images/base-runner/install_deps_ubuntu_24_04.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,12 @@ apt-get update && apt-get install -y \
2828
unzip \
2929
jq \
3030
wget \
31+
libunwind-dev \
32+
libblocksruntime-dev \
3133
zip --no-install-recommends
3234

35+
# libunwind-dev libblocksruntime-dev are needed for Honggfuzz
36+
3337
case $(uname -m) in
3438
x86_64)
3539
# We only need to worry about i386 if we are on x86_64.

0 commit comments

Comments
 (0)