Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/19226 )
Change subject: IMPALA-11716: Bump up gcovr version to 4.2 ...................................................................... IMPALA-11716: Bump up gcovr version to 4.2 IMPALA-9999 upgrades to GCC version to 10.4 which generates new gcov format that the current gcovr version (3.4) can't parse. This patch upgrades gcovr to the latest Python2-compatible version (4.2). Also adds Jinja2, MarkupSafe and lxml as the required dependent packages. The development packages of libxml2 and libxslt are also added in bootstrap_system.sh and bootstrap_build.sh. This patch also fixes a failure due to the gcov executable not found in PATH. Tests: - Verified builds on Ubuntu 16.04 and CentOS 7.9 - Verified coverage_helper.sh work after this patch Change-Id: I9458fa0dc97d69f88a4e8a3313dc9440215dfd52 Reviewed-on: http://gerrit.cloudera.org:8080/19226 Reviewed-by: Michael Smith <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M bin/bootstrap_build.sh M bin/bootstrap_system.sh M bin/coverage_helper.sh M infra/python/deps/requirements.txt 4 files changed, 11 insertions(+), 4 deletions(-) Approvals: Michael Smith: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/19226 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I9458fa0dc97d69f88a4e8a3313dc9440215dfd52 Gerrit-Change-Number: 19226 Gerrit-PatchSet: 4 Gerrit-Owner: Quanlong Huang <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]>
