Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issues in CI #32

Merged
merged 7 commits into from
Jun 27, 2024
Merged

Fix issues in CI #32

merged 7 commits into from
Jun 27, 2024

Conversation

bjosv
Copy link
Collaborator

@bjosv bjosv commented Jun 27, 2024

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

  • Enable building non-cluster test on FreeBSD in CI
  • Don't run tests on Windows in CI workflow "CI"
  • CMake correction for libevent header.
  • Update compilers in CI build matrix
    Use latest available gcc/clang in workflow "CI"
  • Fix 32bit build in CI workflow "C/C++ CI"

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.

A similar Windows build is already covered by the workflow "Build and test".

Signed-off-by: Björn Svensson <bjorn.a.svensson@est.tech>
The setting is already enabled in the main CMakeLists.txt.

Signed-off-by: Björn Svensson <bjorn.a.svensson@est.tech>
PLATFORM_FLAGS is not set on built binaries i.e. tests.

Signed-off-by: Björn Svensson <bjorn.a.svensson@est.tech>
Use latest available gcc/clang in workflow "CI" and
only build with one older version each.
Includes some clean-ups.

Signed-off-by: Björn Svensson <bjorn.a.svensson@est.tech>
Issue found in CMake builds on macOS in CI.

Signed-off-by: Björn Svensson <bjorn.a.svensson@est.tech>
Signed-off-by: Björn Svensson <bjorn.a.svensson@est.tech>
Signed-off-by: Björn Svensson <bjorn.a.svensson@est.tech>
@michael-grunder
Copy link
Collaborator

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

@bjosv bjosv merged commit fd3358b into valkey-io:main Jun 27, 2024
41 of 43 checks passed
@bjosv bjosv deleted the more-ci-fixes branch June 27, 2024 08:50
michael-grunder pushed a commit to michael-grunder/libvalkey that referenced this pull request Aug 1, 2024
Fixes most remaining issues in CI to get most jobs green.
- Enable building non-cluster test on FreeBSD in CI.
- Don't run tests on Windows in CI workflow "CI".
- CMake correction for libevent header.
- Update compilers in CI build matrix.
  Use latest available gcc/clang in workflow "CI".
- Fix 32bit build in CI workflow "C/C++ CI".

Signed-off-by: Björn Svensson <bjorn.a.svensson@est.tech>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants