mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-04-28 16:37:44 +00:00
oss-fuzz: handle dependencies
Signed-off-by: Christian Brauner (Microsoft) <christian.brauner@ubuntu.com>
This commit is contained in:
parent
9fec9fef72
commit
0196c4df71
@ -24,6 +24,15 @@ mkdir -p $OUT
|
||||
|
||||
export LIB_FUZZING_ENGINE=${LIB_FUZZING_ENGINE:--fsanitize=fuzzer}
|
||||
|
||||
apt-get update -qq
|
||||
apt-get install --yes --no-install-recommends \
|
||||
build-essential docbook2x doxygen git \
|
||||
wget xz-utils systemd-coredump pkgconf
|
||||
apt-get remove --yes lxc-utils liblxc-common liblxc1 liblxc-dev
|
||||
|
||||
# make sure we have a new enough meson version
|
||||
pip3 install meson ninja
|
||||
|
||||
# Sanitized build
|
||||
meson setup san_build \
|
||||
-Dprefix=/usr \
|
||||
|
Loading…
Reference in New Issue
Block a user