Skip to content

Commit

Permalink
Switch to using stock gcovr 5.2 (sonic-net#1174) (sonic-net#1190)
Browse files Browse the repository at this point in the history
* Test using stock gcovr

Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
  • Loading branch information
bingwang-ms authored and liushilongbuaa committed Jan 4, 2023
1 parent a995edf commit 02f382d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .azure-pipelines/build-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,14 +160,14 @@ jobs:
- ${{ if eq(parameters.run_unit_test, true) }}:
- script: |
set -ex
git clone https://github.com/Spacetown/gcovr.git
git clone https://github.com/gcovr/gcovr.git
cd gcovr/
git checkout origin/recursive_search_file
git checkout 5.2
sudo pip3 install setuptools
sudo python3 setup.py install
cd ..
sudo rm -rf gcovr
displayName: "Install gcovr 5.0 with recursive fix"
displayName: "Install gcovr 5.2 (for --exclude-throw-branches support)"
- script: |
set -ex
# Add SYS_TIME capability for settimeofday ok in syncd test
Expand Down

0 comments on commit 02f382d

Please sign in to comment.