mirror of https://github.com/google/oss-fuzz.git
ngolo-fuzzing: fix build by using python3 (#8916)
Was this the only project where this happened ? Meant to fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=52844
This commit is contained in:
parent
76d961ba54
commit
630c5ebc0e
|
@ -30,7 +30,7 @@ compile_package () {
|
|||
$SRC/ngolo-fuzzing/ngolo-fuzzing $args $pkg fuzz_ng_$pkg_flat
|
||||
# applies special python patcher if any
|
||||
ls $SRC/ngolo-fuzzing/std/$pkg_flat.py && (
|
||||
python $SRC/ngolo-fuzzing/std/$pkg_flat.py fuzz_ng_$pkg_flat/fuzz_ng.go > fuzz_ng_$pkg_flat/fuzz_ngp.go
|
||||
python3 $SRC/ngolo-fuzzing/std/$pkg_flat.py fuzz_ng_$pkg_flat/fuzz_ng.go > fuzz_ng_$pkg_flat/fuzz_ngp.go
|
||||
mv fuzz_ng_$pkg_flat/fuzz_ngp.go fuzz_ng_$pkg_flat/fuzz_ng.go
|
||||
)
|
||||
(
|
||||
|
|
Loading…
Reference in New Issue