Skip to content

Commit

Permalink
powerpc/ci: Usage Fedora 38 for all builds
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Ellerman <[email protected]>
  • Loading branch information
mpe committed Sep 18, 2023
1 parent 887a3ad commit ca165a9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/powerpc-allconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,26 @@ jobs:
# ppc64le allmod and allyes
- subarch: ppc64le
defconfig: ppc64le_allmodconfig
image: fedora-37
image: fedora-38
- subarch: ppc64le
defconfig: allyesconfig
image: fedora-37
image: fedora-38
merge_config: /linux/arch/powerpc/configs/le.config
# ppc64 allmod and allyes
- subarch: ppc64
defconfig: allmodconfig
image: fedora-37
image: fedora-38
- subarch: ppc64
defconfig: allyesconfig
image: fedora-37
image: fedora-38
# ppc32 allmod
- subarch: ppc
defconfig: ppc32_allmodconfig
image: fedora-37
image: fedora-38
# ppc64 book3e allmod
- subarch: ppc64
defconfig: ppc64_book3e_allmodconfig
image: fedora-37
image: fedora-38

env:
ARCH: powerpc
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/powerpc-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
fail-fast: false
matrix:
defconfig: [ppc64, corenet64_smp, pmac32, ppc40x, mpc885_ads]
image: [fedora-37]
image: [fedora-38]
subarch: [ppc64]
include:
- subarch: ppc64le
defconfig: ppc64le
image: fedora-37
image: fedora-38

env:
CLANG: 1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/powerpc-extrawarn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
strategy:
matrix:
defconfig: [ppc64, corenet64_smp, pmac32, ppc40x, ppc44x, mpc885_ads, corenet32_smp]
image: [fedora-37, korg-5.5.0]
image: [fedora-38, korg-5.5.0]
subarch: [ppc64]
include:
- subarch: ppc64le
defconfig: ppc64le
image: korg-5.5.0
- subarch: ppc64le
defconfig: ppc64le
image: fedora-37
image: fedora-38

env:
ARCH: powerpc
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/powerpc-sparse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
strategy:
matrix:
defconfig: [ppc64, pmac32, mpc885_ads_defconfig]
image: [fedora-37]
image: [fedora-38]
subarch: [ppc64]
include:
- subarch: ppc64le
defconfig: ppc64le
image: fedora-37
image: fedora-38

env:
ARCH: powerpc
Expand Down

0 comments on commit ca165a9

Please sign in to comment.