Skip to content

Commit

Permalink
gh-actions-pr.yml, gh-actions-release.yml: Add Fedora 38 back in, sin…
Browse files Browse the repository at this point in the history
…ce that is what I have on my machine
  • Loading branch information
stephengtuggy committed May 5, 2024
1 parent e1adf9c commit 9552c18
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/gh-actions-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@ jobs:
OpenGL_GL_PREFERENCE: 'GLVND'
ENABLE_PIE: 'ON'
allow_failure: false
- FROM: 'fedora:38'
COMPILER: 'clang'
OpenGL_GL_PREFERENCE: 'GLVND'
ENABLE_PIE: 'ON'
allow_failure: false
- FROM: 'rockylinux:9.3'
COMPILER: 'clang'
OpenGL_GL_PREFERENCE: 'GLVND'
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/gh-actions-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ jobs:
OpenGL_GL_PREFERENCE: 'GLVND'
ENABLE_PIE: 'ON'
ARTIFACT_EXT: 'rpm'
- FROM: 'fedora:38'
COMPILER: 'clang'
OpenGL_GL_PREFERENCE: 'GLVND'
ENABLE_PIE: 'ON'
ARTIFACT_EXT: 'rpm'
- FROM: 'rockylinux:9.3'
COMPILER: 'clang'
OpenGL_GL_PREFERENCE: 'GLVND'
Expand Down Expand Up @@ -113,6 +118,7 @@ jobs:
run: |
echo "${TAG_NAME}"
echo "${SHORT_SHA}"
- name: Run CI
env:
FROM: ${{ matrix.FROM }}
Expand All @@ -121,6 +127,7 @@ jobs:
MY_OS_NAME: linux
IS_RELEASE: 1
run: script/cibuild $FLAGS

- name: Upload the artifacts
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 #v4.3.3
env:
Expand Down

0 comments on commit 9552c18

Please sign in to comment.