Skip to content

Commit 8138d8a

Browse files
committed
Disable the arm64 job, it appears there are not enough runners. [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1923300 13f79535-47bb-0310-9956-ffa450edef68
1 parent 1cc6aeb commit 8138d8a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/linux.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,10 @@ jobs:
5050
- name: Shared MPMs, all-modules
5151
config: --enable-mods-shared=reallyall --enable-mpms-shared=all
5252
# -------------------------------------------------------------------------
53-
- name: Shared MPMs, all-modules, 64-bit ARM
54-
config: --enable-mods-shared=reallyall --enable-mpms-shared=all
55-
os: ubuntu-22.04-arm64
53+
### uncomment this when there are enough arm64 runners
54+
# - name: Shared MPMs, all-modules, 64-bit ARM
55+
# config: --enable-mods-shared=reallyall --enable-mpms-shared=all
56+
# os: ubuntu-22.04-arm64
5657
# -------------------------------------------------------------------------
5758
- name: Event MPM, all-modules, mod_cgid only
5859
config: --enable-mods-shared=reallyall --with-mpm=event --disable-cgi

0 commit comments

Comments
 (0)