valkey-io / libvalkey

Valkey client library in C
Other
12 stars 4 forks source link

Fix issues in CI #32

Closed bjosv closed 3 months ago

bjosv commented 3 months ago

Fixes most remaining issues in CI (hopefully) to get most jobs green.

Known issue left: ci.yml: Run static checkers - clang-format needed to make it happy. build.yml: Intermittent timing issue in test on macOS.

Then additional fixes are required, like updating Actions to remove Github warnings, and merging of CI jobs, some are redundant.. Other finding: PLATFORM_FLAGS is not set on built binaries i.e. tests.

michael-grunder commented 3 months ago

The macOS SSL_connect failure happens sporadically in hiredis as well so not related to this PR.