Skip to content

Commit

Permalink
infra: Fix python for libfuzzer-18
Browse files Browse the repository at this point in the history
  • Loading branch information
maflcko committed Mar 18, 2024
1 parent 36cfd0d commit 497dbc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/base-images/base-builder/install_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ echo "ATHERIS INSTALL"
unset CFLAGS CXXFLAGS
# PYI_STATIC_ZLIB=1 is needed for installing pyinstaller 5.0
export PYI_STATIC_ZLIB=1
LIBFUZZER_LIB=/usr/local/lib/clang/17.0.0/lib/x86_64-unknown-linux-gnu/libclang_rt.fuzzer.a pip3 install -v --no-cache-dir "atheris>=2.1.1" "pyinstaller==5.0.1" "coverage==6.3.2"
LIBFUZZER_LIB=/usr/local/lib/clang/*/lib/x86_64-unknown-linux-gnu/libclang_rt.fuzzer.a pip3 install -v --no-cache-dir "atheris>=2.1.1" "pyinstaller==5.0.1" "coverage==6.3.2"
rm -rf /tmp/*

0 comments on commit 497dbc7

Please sign in to comment.