]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
github: exclude clang & ubuntu-24.04 combination
authorAlexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com>
Wed, 26 Jun 2024 17:47:31 +0000 (19:47 +0200)
committerStéphane Graber <stgraber@stgraber.org>
Thu, 27 Jun 2024 04:26:22 +0000 (00:26 -0400)
Temporary workaround for:
https://bugs.launchpad.net/ubuntu/+source/llvm-toolchain-18/+bug/2064187

Signed-off-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com>
.github/workflows/build.yml
.github/workflows/sanitizers.yml

index 1f7062eb7cfc7272904454eb0adb78f9fda19c68..f5a3ccf00515216d63f7e3d0adce5182d19c772a 100644 (file)
@@ -16,6 +16,10 @@ jobs:
         os:
           - ubuntu-22.04
           - ubuntu-24.04
+        # temporary workaround for https://bugs.launchpad.net/ubuntu/+source/llvm-toolchain-18/+bug/2064187
+        exclude:
+          - compiler: clang
+            os: ubuntu-24.04
     runs-on: ${{ matrix.os }}
     steps:
       - name: Checkout code
index 651b1c469588393da0ee6ffa78470e9e68e093af..1e607f2d9f84979fb8a4f272a6be7aa0de007f6f 100644 (file)
@@ -13,7 +13,7 @@ jobs:
         compiler:
           - gcc
           - clang
-    runs-on: ubuntu-24.04
+    runs-on: ubuntu-22.04
     steps:
       - name: Checkout code
         uses: actions/checkout@v4