]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Revert "ci: Disable PPC jobs temporarily"
authorLuca Boccassi <luca.boccassi@gmail.com>
Fri, 12 Sep 2025 08:35:35 +0000 (09:35 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 15 Sep 2025 13:04:19 +0000 (14:04 +0100)
The issue with the ppc64el job cancelling other jobs has been resolved:
https://github.com/IBM/actionspz/issues/32#issuecomment-3291873411

This reverts commit e019d2d2a646c2ce391b365eb61d1bde7001010e.

.github/workflows/ci.yml

index 78f4e606992239b16e1942e2dff1a9a2fc3ea891..59f52b6715b43cd0a273f74e426f441c0b787922 100644 (file)
@@ -159,13 +159,12 @@ jobs:
           - distro: ubuntu
             tools: ubuntu
             runner: ubuntu-24.04-arm
-          # TODO: Re-enable when https://github.com/IBM/actionspz/issues/27 is addressed.
-          # - distro: fedora
-          #   tools: fedora
-          #   runner: ubuntu-24.04-ppc64le
-          # - distro: debian
-          #   tools: debian
-          #   runner: ubuntu-24.04-ppc64le
+          - distro: fedora
+            tools: fedora
+            runner: ubuntu-24.04-ppc64le
+          - distro: debian
+            tools: debian
+            runner: ubuntu-24.04-ppc64le
 
     steps:
       - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683