You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
current sanity build jobs in the CI dont cover MAC platform. there was a compile error which should have been caught by the CI:
tools/db_bench_tool.cc:6835:26: error: implicit conversion loses integer precision: 'XXH64_hash_t' (aka 'unsigned long long') to 'unsigned int' [-Werror,-Wshorten-64-to-32]
unsigned int xxh64 = XXH64(str.data(), str.length(), 0);
The text was updated successfully, but these errors were encountered:
Owner:
Is your feature request related to a problem? Please describe.
current sanity build jobs in the CI dont cover MAC platform. there was a compile error which should have been caught by the CI:
The text was updated successfully, but these errors were encountered: