Skip to content

Commit

Permalink
Check g++ version for Rocky Linux 8
Browse files Browse the repository at this point in the history
  • Loading branch information
xwang2713 committed May 16, 2024
1 parent f7f4729 commit 446ee29
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build-ce-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-24.04
#- os: ubuntu-24.04
#- os: ubuntu-22.04
#- os: rockylinux-8
- os: rockylinux-8
#- os: centos-8
#- os: centos-7
#cmake_options_extra: "-DVCPKG_TARGET_TRIPLET=x64-centos-7-dynamic"
Expand Down Expand Up @@ -146,6 +146,10 @@ jobs:
- name: CMake Packages (community)
if: ${{ !matrix.ln && !matrix.ee && !matrix.container && !matrix.documentation }}
run: |
echo "gcc packages installed"
rpm -qa > rpm.log
grep gcc ./rpm.log
mkdir -p ${{needs.preamble.outputs.folder_build }}
echo "${{ secrets.SIGNING_SECRET }}" > ${{ needs.preamble.outputs.folder_build }}/private.key
Expand Down

0 comments on commit 446ee29

Please sign in to comment.