[VOTE] add cmake and tests to 2.4.x RTC exceptions

Joe Orton <[email protected]> Wed, 3 Jun 2026 14:43:08 +0100
Newsgroups gmane.comp.apache.devel
Message-ID <[email protected]>
On Tue, May 19, 2026 at 01:08:21PM -0400, Eric Covener wrote:
> +1 but we should make it explicit (and there is no RTC in httpd-tests)

Let's do it... for 2.4.x we have currently:

```
  * Current exceptions for RTC for this branch:
    . mod_proxy_http2
    . mod_md
    . documentation
    . non-Unix build
    . non-Unix, single-platform code
    . routine APLOGNO() backports
    . .gdbinit
    . CI configuration and scripts
    . mod_tls
```

The cmake stuff is usable (but not well tested) on Unix so IMO we should 
add it to the RTC exceptions explicitly as well.

So I'm proposing to amend those two lines to:

    . non-Unix build, and cmake-based build
    . Tests, CI configuration and scripts

And +1 here.