From 446ee2929401f6972dc2f5bc13b125c44afd151b Mon Sep 17 00:00:00 2001 From: xwang2713 Date: Thu, 16 May 2024 10:05:53 -0400 Subject: [PATCH] Check g++ version for Rocky Linux 8 --- .github/workflows/build-ce-platform.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-ce-platform.yml b/.github/workflows/build-ce-platform.yml index d1e4601..da4e2f7 100644 --- a/.github/workflows/build-ce-platform.yml +++ b/.github/workflows/build-ce-platform.yml @@ -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" @@ -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