Skip to content

Commit

Permalink
Test_centos7_release_56
Browse files Browse the repository at this point in the history
Signed-off-by: arnaud <[email protected]>
  • Loading branch information
ARnDOSrte committed Oct 16, 2023
1 parent 9df7a40 commit c549365
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/qa_pr_cpp_centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
run: |
# yum install -y clang-tidy-14
# yum update-alternatives --install /usr/bin/clang-tidy clang-tidy /usr/bin/clang-tidy-14 100
yum install centos-release-scl
yum install llvm-toolset-7.0
yum install -y centos-release-scl
yum install -y llvm-toolset-7.0
scl enable llvm-toolset-7.0 bash
- name: Checkout sources
Expand Down Expand Up @@ -75,10 +75,10 @@ jobs:
yum install -y epel-release
yum install -y git redhat-lsb-core make wget centos-release-scl scl-utils
yum install -y devtoolset-9
yum install -y python-pip
pip install --upgrade pip
yum install -y python-devel
yum groupinstall -y 'development tools'
# yum install -y python-pip
# pip install --upgrade pip
# yum install -y python-devel
# yum groupinstall -y 'development tools'
- name: Setup cmake
Expand All @@ -91,8 +91,8 @@ jobs:
with:
java-version: 11

- name: Install gcovr
run: pip install gcovr
# - name: Install gcovr
# run: pip install gcovr

- name: Install Sonar wrapper
working-directory: ${{ runner.workspace }}
Expand Down

0 comments on commit c549365

Please sign in to comment.