mirror of https://github.com/google/oss-fuzz.git
Fix code coverage regression. (#5949)
Hardcode commit hash for chromium code coverage script, till revert happens. Fixes #5934
This commit is contained in:
parent
1eb1f23711
commit
1bf9031854
|
@ -51,8 +51,10 @@ RUN apt-get update && apt-get install -y \
|
|||
zip --no-install-recommends
|
||||
|
||||
RUN git clone https://chromium.googlesource.com/chromium/src/tools/code_coverage /opt/code_coverage && \
|
||||
cd /opt/code_coverage && \
|
||||
git checkout edba4873b5e8a390e977a64c522db2df18a8b27d && \
|
||||
pip3 install wheel && \
|
||||
pip3 install -r /opt/code_coverage/requirements.txt && \
|
||||
pip3 install -r requirements.txt && \
|
||||
pip3 install MarkupSafe==0.23
|
||||
|
||||
# Default environment options for various sanitizers.
|
||||
|
|
Loading…
Reference in New Issue