We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 780a175 commit c380cb3Copy full SHA for c380cb3
projects/python-nvd3/build.sh
@@ -14,8 +14,8 @@
14
# limitations under the License.
15
#
16
################################################################################
17
-python3 ./setup.py install
+pip3 install .
18
# Build fuzzers in $OUT.
19
for fuzzer in $(find $SRC -name 'fuzz_*.py'); do
20
- compile_python_fuzzer $fuzzer
+ compile_python_fuzzer $fuzzer --collect-data nvd3
21
done
0 commit comments