diff options
author | Joe Orton <jorton@apache.org> | 2023-02-15 11:14:19 +0100 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2023-02-15 11:14:19 +0100 |
commit | 0f2e7a24f51a36ff045aaa40f37e9bda24ab5472 (patch) | |
tree | 695fe1cbc3e2a28fb5c1bee0826e606c4c8f9144 /.github/workflows/linux.yml | |
parent | Turn msext_opts into a bitfield (diff) | |
download | apache2-0f2e7a24f51a36ff045aaa40f37e9bda24ab5472.tar.xz apache2-0f2e7a24f51a36ff045aaa40f37e9bda24ab5472.zip |
Clear cache for mod_tls test.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907670 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.github/workflows/linux.yml')
-rw-r--r-- | .github/workflows/linux.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index e5340e964a..7d0e34a3cd 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -225,6 +225,7 @@ jobs: # TEST_MD=1 # ------------------------------------------------------------------------- ### TODO: if: *condition_not_24x + ### TODO: fix caching here. - 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 @@ -235,6 +236,7 @@ jobs: 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. |