Skip to content

Commit

Permalink
reenable fedora:39
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeOShannessy committed Dec 10, 2023
1 parent 9c35bbb commit 332e7da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- "fedora:36"
- "fedora:37"
- "fedora:38"
# - "fedora:39"
- "fedora:39"
- "rockylinux:8"
- "rockylinux:9"
fds-version:
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
export date=$(awk -F, -v version="$version" '$1 == version { print $4; exit }' versions.csv)
export version_patch=$(awk -F, -v version="$version" '$1 == version { print $5; exit }' versions.csv)
export backports_patch=$(awk -F, -v version="$version" '$1 == version { print $6; exit }' versions.csv)
if [ "${{ matrix.container }}" = "rockylinux:8" ]
if [ "${{ matrix.container }}" = "rockylinux:8" ] || [ "${{ matrix.container }}" = "fedora:39" ]
then
bash ./buildrpm.sh $version $repo $commit $date $version_patch $backports_patch --define 'build_openmpi 0' --define 'build_mpich 0'
else
Expand Down

0 comments on commit 332e7da

Please sign in to comment.