summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2024-02-01 16:34:22 +0100
committerJoe Orton <jorton@apache.org>2024-02-01 16:34:22 +0100
commitc76ebdba4352f0ae38da53dfc236895507e905d5 (patch)
treeeb8984be66c6ebf4da6a21b361511878043e4206 /.github/workflows
parent* support/htcacheclean.c (list_urls): Continue rather than stopping (diff)
downloadapache2-c76ebdba4352f0ae38da53dfc236895507e905d5.tar.xz
apache2-c76ebdba4352f0ae38da53dfc236895507e905d5.zip
Minor CI changes:
- Add --enable-reduced-exports test. - test running apachectl -V in the TEST_INSTALL case - test running httpd -V in the SKIP_TESTING case - rejig to exit if SKIP_TESTING, un-nest the if block around testing (no functional change from this part) Github: closes #405 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915513 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/linux.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 8f6ec71e5a..d9b3c9b205 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -248,6 +248,11 @@ jobs:
TEST_INSTALL=1
TEST_MOD_TLS=1
CLEAR_CACHE=1
+ - name: Configured w/reduced exports
+ config: --enable-reduced-exports --enable-maintainer-mode
+ env: |
+ SKIP_TESTING=1
+ TEST_INSTALL=1
# -------------------------------------------------------------------------
### TODO if: *condition_not_24x
### TODO: Fails because :i386 packages are not being found.