Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 41e4f72d4cead8caf65f046aea706fe307be1c1e
https://github.com/openssl/openssl/commit/41e4f72d4cead8caf65f046aea706fe307be1c1e
Author: slontis <[email protected]>
Date: 2022-11-02 (Wed, 02 Nov 2022)
Changed paths:
A .github/workflows/run-checker-daily-sctp.yml
M .github/workflows/run-checker-daily.yml
Log Message:
-----------
Attempt to fix CI Daily build error
For some reason the newly introduced CI test
for sctp causes issues. It is unknown why this
seems to work when testing, but doesnt work
once it was merged.
The test has been put into its own file, with
skips on error if the setup fails..
This will need to be merged to test if this
works.
Reviewed-by: Paul Dale <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/19511)