File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 2929 strategy :
3030 fail-fast : false
3131 matrix :
32+ os : ubuntu-latest
3233 include :
3334 # -------------------------------------------------------------------------
3435 - name : Empty APLOGNO() test
5051 - name : Shared MPMs, all-modules
5152 config : --enable-mods-shared=reallyall --enable-mpms-shared=all
5253 # -------------------------------------------------------------------------
54+ - name : Shared MPMs, all-modules, ARM
55+ config : --enable-mods-shared=reallyall --enable-mpms-shared=all
56+ os : ubuntu-24.04-arm
57+ # -------------------------------------------------------------------------
5358 - name : Event MPM, all-modules, mod_cgid only
5459 config : --enable-mods-shared=reallyall --with-mpm=event --disable-cgi
5560 # -------------------------------------------------------------------------
@@ -312,7 +317,6 @@ jobs:
312317 APU_CONFIG="--without-crypto"
313318 pkgs : subversion
314319 # -------------------------------------------------------------------------
315- runs-on : ubuntu-latest
316320 timeout-minutes : 30
317321 env :
318322 NOTEST_CFLAGS : ${{ matrix.notest-cflags }}
You can’t perform that action at this time.
0 commit comments