File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 fail-fast : false
1818 matrix :
1919 apr-version : [1.7.x, 1.8.x]
20- os : [ubuntu-22.04, ubuntu-24.04]
20+ os : [ubuntu-22.04, ubuntu-24.04, ubuntu-22.04-arm ]
2121 include :
2222 - name : APR 1.7.x maintainer-mode
2323 apr-version : 1.7.x
@@ -36,10 +36,10 @@ jobs:
3636 - name : APR 1.7.x Databases + maintainer-mode
3737 apr-version : 1.7.x
3838 apr-config : --enable-maintainer-mode
39- config-output : APU_HAVE_SDBM
40- config : --with-dbm=db5 --with-berkeley-db --with-gdbm --with-ndbm
39+ config-output : APU_HAVE_SDBM APU_HAVE_GDBM APU_HAVE_DB APU_HAVE_LMDB
40+ config : --with-dbm=db5 --with-berkeley-db --with-gdbm --with-lmdb
4141 notest-cflags : -Werror
42- packages : libdb5.3-dev
42+ packages : libdb5.3-dev liblmdb-dev libgdbm-dev
4343 os : ubuntu-latest
4444 - name : APR 1.7.x OpenSSL + maintainer-mode
4545 apr-version : 1.7.x
6161 runs-on : ${{ matrix.os }}
6262 env :
6363 NOTEST_CFLAGS : ${{ matrix.notest-cflags }}
64- name : ${{ matrix.name }}
64+ name : ${{ matrix.name && matrix.name || format('APR {0} on {1}', matrix.apr-version, matrix.os) }}
6565 steps :
6666 - name : Install prerequisites
6767 run : sudo apt-get install libtool libtool-bin ${{ matrix.packages }}
You can’t perform that action at this time.
0 commit comments