Skip to content

Commit

Permalink
build: update gcov alternative (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishwa2710 committed Jul 18, 2024
1 parent 2f07f44 commit 63f54e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/development/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ RUN add-apt-repository ppa:ubuntu-toolchain-r/test \
&& apt-get update \
&& apt-get install -y gcc-13 g++-13 \
&& update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-13 100 \
&& update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-13 100
&& update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-13 100 \
&& update-alternatives --install /usr/bin/gcov gcov /usr/bin/gcov-13 130

## Python

Expand Down

0 comments on commit 63f54e5

Please sign in to comment.