mirror of
http://github.com/valkey-io/valkey
synced 2024-11-22 09:17:20 +00:00
5a4c0640ce
At some point unit tests stopped building on MacOS because of duplicate symbols. I had originally solved this problem by using a flag that overrides symbols, but the much better solution is to mark the duplicate symbols as weak and they can be overridden during linking. (Symbols by default are strong, strong symbols override weak symbols) I also added macos unit build to the CI, so that this doesn't silently break in the future again. --------- Signed-off-by: Madelyn Olson <madelyneolson@gmail.com> Co-authored-by: Viktor Söderqvist <viktor.soderqvist@est.tech> |
||
---|---|---|
.. | ||
build-release-packages.yml | ||
call-build-linux-arm-packages.yml | ||
call-build-linux-x86-packages.yml | ||
ci.yml | ||
clang-format.yml | ||
codecov.yml | ||
codeql-analysis.yml | ||
coverity.yml | ||
daily.yml | ||
external.yml | ||
reply-schemas-linter.yml | ||
spell-check.yml |