From 4718d2506ac7247d8809231bc1df673bae0043a5 Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Thu, 30 Jul 2020 15:21:57 +1200 Subject: [PATCH] samba: use uninstrumented dynamic python We can't link to the instrumented statically built Python, so instead we use the system Python in the docker image. (Better would be to have an instrumented dynamic Python). Signed-off-by: Douglas Bagnall --- projects/samba/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/samba/build.sh b/projects/samba/build.sh index b809e4c0..34b7047e 100755 --- a/projects/samba/build.sh +++ b/projects/samba/build.sh @@ -16,4 +16,5 @@ ################################################################################ # The real script is maintained in the Samba repo +export PYTHON=/usr/bin/python3 exec lib/fuzzing/oss-fuzz/build_samba.sh -- 2.25.1