mirror of https://github.com/google/oss-fuzz.git
![]() The issue in #8915 is that the environment no longer has a leftover
`python3` binary in `/bin/python3`. This uncovers a bug in the `upb` and
`jwt-verify-lib` Dockerfiles where `python2` was installed (or no Python
was installed).
The issue seems to show up on Bazel projects only due to the way Bazel
executes commands: it uses `env -` to run them in a clear environment,
meaning that even `$PATH` is altered. Before
|
||
---|---|---|
.. | ||
Dockerfile | ||
build.sh | ||
project.yaml |