summaryrefslogtreecommitdiff
path: root/fuzzbuzz.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'fuzzbuzz.yaml')
-rw-r--r--fuzzbuzz.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/fuzzbuzz.yaml b/fuzzbuzz.yaml
index 18c70e3555..6dfdd81237 100644
--- a/fuzzbuzz.yaml
+++ b/fuzzbuzz.yaml
@@ -5,6 +5,7 @@ setup:
- sudo apt-get update -y
- sudo apt-get build-dep -y systemd
- sudo apt-get install -y python3-pip
+- sudo apt-get install -y libfdisk-dev libp11-kit-dev libssl-dev
# FIXME: temporarily pin the meson version as 0.53 doesn't work with older
# python 3.5
# # See: https://github.com/mesonbuild/meson/issues/6427