Fix code coverage regression. (#5949)

Hardcode commit hash for chromium code coverage script, till
revert happens.
Fixes #5934
This commit is contained in:
Abhishek Arya 2021-06-19 16:48:24 -07:00 committed by GitHub
parent 1eb1f23711
commit 1bf9031854
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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.