mirror of
http://github.com/valkey-io/valkey
synced 2024-11-22 00:52:38 +00:00
d0762100b0
* Remove linux/version.h dependency.
This introduces unnecessary dependencies, and generally not a good idea
as the platform we build on may be different than the platform we run
on.
To determine if sync_file_range exists we can simply rely on header file
hints.
* Fix setproctitle() on libmusl.
The previous ifdef checks were a bit too strict for no apparent
reason.
* Fix tests failure on Linux with no backtrace.
* Add alpine daily CI job.
(cherry picked from commit
|
||
---|---|---|
.. | ||
ci.yml | ||
daily.yml |