Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unnecessary gtest install by system package manager #852

Merged
merged 8 commits into from
Oct 3, 2024
6 changes: 1 addition & 5 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,7 @@ jobs:
- name: Install libraries
run: |
sudo apt-get update --fix-missing
sudo apt-get install g++-10 gcc-10 libgtest-dev
sudo apt-get install -y libopenmpi-dev
cd /usr/src/googletest/
sudo cmake .
sudo cmake --build . --target install
sudo apt-get install g++-10 gcc-10

- name: Update alternatives
#mpicxx uses "g++" so we need g++ to be symbolic link to g++-10
Expand Down
Loading