mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-04-30 16:05:47 +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}
|
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
|
# Sanitized build
|
||||||
meson setup san_build \
|
meson setup san_build \
|
||||||
-Dprefix=/usr \
|
-Dprefix=/usr \
|
||||||
|
Loading…
Reference in New Issue
Block a user