summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2024-02-29 14:19:26 +0100
committerJoe Orton <jorton@apache.org>2024-02-29 14:19:26 +0100
commit39e25a4a189da2d2ddbd5c03169cad88c3b3c0dc (patch)
tree157ed0c3894cf7b6c79a7134afa58cf90d8c600a /.github
parentCI: Hopefully fix caching and artifact uploads by creating $JOBID (diff)
downloadapache2-39e25a4a189da2d2ddbd5c03169cad88c3b3c0dc.tar.xz
apache2-39e25a4a189da2d2ddbd5c03169cad88c3b3c0dc.zip
CI: Enable caching for the rustls install used for mod_tls testing.
Github: closes #416 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916052 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index aefbeee79b..d4b2579965 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -236,7 +236,6 @@ 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 python3-multipart python3-filelock python3-websockets cargo cbindgen
@@ -244,10 +243,10 @@ jobs:
APR_VERSION=1.7.4
APU_VERSION=1.6.3
APU_CONFIG="--with-crypto"
+ RUSTLS_VERSION="v0.10.0"
NO_TEST_FRAMEWORK=1
TEST_INSTALL=1
TEST_MOD_TLS=1
- CLEAR_CACHE=1
- name: Configured w/reduced exports
config: --enable-reduced-exports --enable-maintainer-mode
env: |