diff options
author | Stefan Eissing <icing@apache.org> | 2024-09-17 13:06:04 +0200 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2024-09-17 13:06:04 +0200 |
commit | 988f4496320604225900061e696c7201db8e9d03 (patch) | |
tree | 0db4386b90b8ac956a97153b27febc23659f5525 /.github/workflows | |
parent | some text formatting cleanup (diff) | |
download | apache2-988f4496320604225900061e696c7201db8e9d03.tar.xz apache2-988f4496320604225900061e696c7201db8e9d03.zip |
removed experimental mod_tls. source, documenation and test cases
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1920744 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/linux.yml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index b14f570774..588be443d5 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -249,17 +249,6 @@ jobs: # TEST_MD=1 # ------------------------------------------------------------------------- ### TODO: if: *condition_not_24x - - name: MOD_TLS test suite - config: --enable-mods-shared=reallyall --with-mpm=event --enable-mpms-shared=event - pkgs: curl python3-pytest nghttp2-client python3-cryptography python3-requests python3-multipart python3-filelock python3-websockets cargo cbindgen - env: | - APR_VERSION=1.7.4 - APU_VERSION=1.6.3 - APU_CONFIG="--with-crypto" - RUSTLS_VERSION="v0.13.0" - NO_TEST_FRAMEWORK=1 - TEST_INSTALL=1 - TEST_MOD_TLS=1 - name: Configured w/reduced exports config: --enable-reduced-exports --enable-maintainer-mode --enable-systemd pkgs: libsystemd-dev |