Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shawn Webb
Fwupd
Commits
81e7da26
Commit
81e7da26
authored
Jan 05, 2021
by
Richard Hughes
Browse files
trivial: Update fuzzing instructions to not use libcurl
parent
6b8d57b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
81e7da26
...
...
@@ -133,7 +133,10 @@ Fuzzing
There are several automated fuzzing tests in fwupd. These take some time to run:
CC=hfuzz-clang meson --default-library=static -Dtmpdir=/tmp -Dsystemd_root_prefix=/tmp ../
CC=hfuzz-clang meson --default-library=static \
-Dtmpdir=/tmp -Dsystemd_root_prefix=/tmp \
-Dplugin_redfish=false -Dcurl=false \
-Dintrospection=false ../
ninja install
ninja fuzz-firmware
ninja fuzz-smbios
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment