]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
ci: Restore MOD_TLS test suite with the python3-multipart package.
authorYann Ylavic <ylavic@apache.org>
Mon, 20 Mar 2023 15:23:04 +0000 (15:23 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 20 Mar 2023 15:23:04 +0000 (15:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1908578 13f79535-47bb-0310-9956-ffa450edef68

.github/workflows/linux.yml

index 37d96df660b580e20c47cbb1653d77aa675f7132..ea82b505c32accf117a3c43d3398d9aea3367bd8 100644 (file)
@@ -226,18 +226,17 @@ jobs:
           # -------------------------------------------------------------------------
           ### TODO: if: *condition_not_24x
           ### TODO: fix caching here.
-          ### TODO: make it pass (see e.g. https://github.com/apache/httpd/actions/runs/4467336705/jobs/7846666316)
-          #- 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 cargo cbindgen
-          #  env: |
-          #    APR_VERSION=1.7.2
-          #    APU_VERSION=1.6.1
-          #    APU_CONFIG="--with-crypto"
-          #    NO_TEST_FRAMEWORK=1
-          #    TEST_INSTALL=1
-          #    TEST_MOD_TLS=1
-          #    CLEAR_CACHE=1
+          - 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 cargo cbindgen
+            env: |
+              APR_VERSION=1.7.2
+              APU_VERSION=1.6.1
+              APU_CONFIG="--with-crypto"
+              NO_TEST_FRAMEWORK=1
+              TEST_INSTALL=1
+              TEST_MOD_TLS=1
+              CLEAR_CACHE=1
           # -------------------------------------------------------------------------
           ### TODO if: *condition_not_24x
           ### TODO: Fails because :i386 packages are not being found.