- 06 Aug, 2024 1 commit
-
-
michael-grunder authored
CentOS 7 reached EOL of even maintinance updates on 2024-06-30.
-
- 21 Jan, 2024 1 commit
-
-
michael-grunder authored
* Update macOS to brew install redis@7.2 * Switch freeBSD runner to v1 and switch from running it on a macos runner to ubuntu.
-
- 30 May, 2023 1 commit
-
-
Yossi Gottlieb authored
Fixes cross-compilation QEMU CI tests * CI: Update homebrew Redis version. * CI: Try apt-get update as a workaround.
-
- 10 Nov, 2022 1 commit
-
-
Bjorn Svensson authored
* Build CMake generated makefiles * Simplify and update checkout * Update CI workflow 'C/C++ CI' * Some corrections of spelling and naming. * Remove running on branch dev since not officially available.
-
- 02 Nov, 2022 1 commit
-
-
michael-grunder authored
- Upgrade to actions/checkout@v3 as node 12 is being phased out. - Perform a manual dnf refresh on RockyLinux during setup. - Switch to official cygwin/cygwin-install-action
-
- 05 Aug, 2022 1 commit
-
-
Sukka authored
Co-authored-by:
Bjorn Svensson <bjorn.a.svensson@est.tech>
-
- 25 Jul, 2022 1 commit
-
-
SukkaW authored
-
- 26 Jun, 2022 1 commit
-
-
michael-grunder authored
* Redis >= 7.0.0 disables the `DEBUG` command by default, which we need for our unit tests. * Downgrade to Redis 6.2.x in macOS temporarily There is a macOS specific TLS error on large payloads when running against 7.x.x so temporarily run our tests against 6.2, while we investigate the root cause.
-
- 23 Apr, 2022 1 commit
-
-
michael-grunder authored
-
- 22 Apr, 2022 1 commit
-
-
Yossi Gottlieb authored
-
- 01 Feb, 2022 1 commit
-
-
michael-grunder authored
-
- 16 Dec, 2021 1 commit
-
-
Michael Grunder authored
* BSD linkage fix proposal * Touch up the Makefile to fix BSD builds Fixes #984 * Add a build in FreeBSD to GitHub Actions Lots of people use hiredis in FreeBSD so this should reduce some pain moving forward. Co-authored-by:
David Carlier <devnexen@gmail.com>
-
- 25 Nov, 2021 1 commit
-
-
Bjorn Svensson authored
By default Valgrind will return the exit code from the tested process. Since our test can return 0 (ALL TESTS PASS) even when a leak was found we need to tell Valgrind to return an error code. This will fail the CI job when issues are found.
-
- 18 Nov, 2021 1 commit
-
-
Michael Grunder authored
CMake started hanging when trying to detect the C compiler ABI in cygin, so for now just build with make directly.
-
- 26 Oct, 2021 1 commit
-
-
Björn Svensson authored
Asynchronous testcases that requires the event library `libevent` can be built and enabled by using the added build flags: - ENABLE_ASYNC_TESTS when using CMake - TEST_ASYNC when using Make The async tests are disabled by default to avoid adding new requirements, but the testcases are built and run in CI.
-
- 20 Oct, 2021 1 commit
-
-
Björn Svensson authored
-
- 14 Oct, 2021 1 commit
-
-
michael-grunder authored
-
- 12 Oct, 2021 3 commits
-
-
michael-grunder authored
I'm sure this can be done with a container matrix but figuring that out is left for another day.
-
michael-grunder authored
-
michael-grunder authored
-
- 10 Oct, 2021 2 commits
-
-
michael-grunder authored
See: #992 TODO: MinGW/cygwin tests
-
michael-grunder authored
Since TravisCI.org was deprecated we've been without any tests. This commit adds back basic tests in Ubuntu, CentOS, and MacOS. More sophisticated tests/platforms to come in the future (e.g. 32bit tests). See: #992
-