Skip to content

Commit 12bbb71

Browse files
committed
Temporarily build gcovr from Spacetown's fork
1 parent b301097 commit 12bbb71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/lcov-jenkins-gcc-13.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ if [ -f ${pythonvirtenvpath}/bin/activate ]; then
100100
fi
101101

102102
# pip install --upgrade gcovr==8.6 || true
103-
pip install --upgrade git+https://github.com/gcovr/gcovr.git@954a1b45f59cdb4ef83b7fb656093402c035bc66 || true
103+
# pip install --upgrade git+https://github.com/gcovr/gcovr.git@954a1b45f59cdb4ef83b7fb656093402c035bc66 || true
104+
pip install --upgrade git+https://github.com/Spacetown/gcovr.git@05cbbc6f769da3671a3f659ad99198bac4d62dee || true
104105

105106
gcovr --version
106107

0 commit comments

Comments
 (0)