diff options
author | Stefan Eissing <icing@apache.org> | 2023-05-02 12:04:21 +0200 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2023-05-02 12:04:21 +0200 |
commit | a088d14c0dc034cab0bc389b698f642b4a711ea3 (patch) | |
tree | 0427096b2e300e7b418ce841408f4dbce799e365 /.github/workflows | |
parent | *) test: check for recent curl version in proxy tests (diff) | |
download | apache2-a088d14c0dc034cab0bc389b698f642b4a711ea3.tar.xz apache2-a088d14c0dc034cab0bc389b698f642b4a711ea3.zip |
tests, re-enable http/2 tests in github workflow, install latest rustls-ffi version
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1909563 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/linux.yml | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 89abc69a25..913a5bb364 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -195,20 +195,18 @@ jobs: TEST_ASAN=1 CLEAR_CACHE=1 # ------------------------------------------------------------------------- - ### TODO: if: *condition_not_24x - ### TODO: fails in tests. - # - name: HTTP/2 test suite - # config: --enable-mods-shared=reallyall --with-mpm=event --enable-mpms-shared=all - # pkgs: curl python3-pytest nghttp2-client python3-cryptography python3-requests - # env: | - # APR_VERSION=1.7.4 - # APU_VERSION=1.6.3 - # APU_CONFIG="--with-crypto" - # NO_TEST_FRAMEWORK=1 - # TEST_INSTALL=1 - # TEST_H2=1 - # TEST_CORE=1 - # TEST_PROXY=1 + - name: HTTP/2 test suite + config: --enable-mods-shared=reallyall --with-mpm=event --enable-mpms-shared=all + pkgs: curl python3-pytest nghttp2-client python3-cryptography python3-requests python3-multipart + env: | + APR_VERSION=1.7.4 + APU_VERSION=1.6.3 + APU_CONFIG="--with-crypto" + NO_TEST_FRAMEWORK=1 + TEST_INSTALL=1 + TEST_H2=1 + TEST_CORE=1 + TEST_PROXY=1 # ------------------------------------------------------------------------- ### TODO: if: *condition_not_24x ### TODO: pebble install is broken. |