Vladimír Chlup
Vladimír Chlup
In the README, there are several comments such as > Distribution archives are provided for each Tomcat version. but I don't see any. Does this still hold true? If yes,...
Hello, we were trying to use the omcproxy with 2 proxies, but SIGSEGV occurred (line 129 in proxy.c). Maybe changing the line like this _diff output:_ ``` 129c129 < if...
Hello, I separated each os in the workflow file to make it cleaner. Additionally, now, in case of one OS workflow failure, the others don't get cancelled (although this could...
Since git/Github si getting more exposure and apr is mirrored there as well, it seems reasonable to add a git way of checking out apr.
Resolves [MODCLUSTER-824](https://issues.redhat.com/browse/MODCLUSTER-824) Opening as a draft since it's a backport.
Just a little tweak for the CMake (compilation did not work on Ubuntu) and fix for one warning during the compilation. I chose the minimum version according to this https://openwrt.org/docs/guide-developer/creating-a-cmake-package-in-openwrt...
Jobs that use custom runners would be now skipped in forks. This would prevent timeouts and possible notifications from these runs. (Note that OS Zoo is run periodically.) Close #27818
For example, see https://github.com/jajik/openssl/actions/runs/15631337166/job/44036180057 These runners are not available in forks making the jobs timeout (emitting a possible notification). I think these should be skipped in forks instead.
At the moment, there are several checks on commits that are not documented anywhere (?). It would be nice to list these requirements to prevent unnecessary confusion & CI failures....
After GH Actions `macos-latest` moved to `macos-15`, our CI jobs started failing. Investigate and possibly fix the issue. (ref #914)