]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
ci: Disable Ubuntu 24.04 builds temporarily
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 29 May 2024 19:16:38 +0000 (21:16 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 29 May 2024 19:17:35 +0000 (21:17 +0200)
Logs end like this:

    Running kernel seems to be up-to-date.

    Restarting services...
     systemctl restart chrony.service containerd.service cron.service fwupd.service haveged.service hv-kvp-daemon.service multipathd.service packagekit.service php8.3-fpm.service polkit.service redis-server.service rsyslog.service runner-provisioner.service systemd-journald.service systemd-networkd.service systemd-resolved.service systemd-udevd.service udisks2.service walinuxagent.service
    Error: The operation was canceled.

.github/workflows/build.yaml

index 4fdce6e87b4e0ed4acfb7e3afffdf76c1550d441..49fc137fb376f144c5c7f4e6f6ff1b9c9152fc74 100644 (file)
@@ -74,13 +74,14 @@ jobs:
             compiler: gcc
             version: "12"
 
-          - os: ubuntu-24.04
-            compiler: gcc
-            version: "13"
-
-          - os: ubuntu-24.04
-            compiler: gcc
-            version: "14"
+# Temporarily disabled due to GitHub Actions problems.
+          # - os: ubuntu-24.04
+          #   compiler: gcc
+          #   version: "13"
+
+          # - os: ubuntu-24.04
+          #   compiler: gcc
+          #   version: "14"
 
           - os: macOS-12
             compiler: xcode