]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Disable the arm64 job, it appears there are not enough runners. [skip ci]
authorJoe Orton <jorton@apache.org>
Tue, 21 Jan 2025 08:33:57 +0000 (08:33 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 21 Jan 2025 08:33:57 +0000 (08:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1923300 13f79535-47bb-0310-9956-ffa450edef68

.github/workflows/linux.yml

index 4ccbd2890a1d805373a65d94ccb1bef709f1a34c..cc97478b8f4212a147b8940dfe41c7efc2005252 100644 (file)
@@ -50,9 +50,10 @@ jobs:
           - name: Shared MPMs, all-modules
             config: --enable-mods-shared=reallyall --enable-mpms-shared=all
           # -------------------------------------------------------------------------
-          - name: Shared MPMs, all-modules, 64-bit ARM
-            config: --enable-mods-shared=reallyall --enable-mpms-shared=all
-            os: ubuntu-22.04-arm64
+          ### uncomment this when there are enough arm64 runners
+          # - name: Shared MPMs, all-modules, 64-bit ARM
+          #  config: --enable-mods-shared=reallyall --enable-mpms-shared=all
+          #  os: ubuntu-22.04-arm64
           # -------------------------------------------------------------------------
           - name: Event MPM, all-modules, mod_cgid only
             config: --enable-mods-shared=reallyall --with-mpm=event --disable-cgi