diff options
| author | Stefan Boberg <[email protected]> | 2026-03-18 14:06:42 +0100 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2026-03-18 14:06:42 +0100 |
| commit | 69296eaebd26cc9e6b87480f3b25a705b8c5bcb9 (patch) | |
| tree | 0641c4cb6c4c9736973fab5cbb1c55166dea7286 /src/zencompute/testing | |
| parent | add --hub-instance-config option to set lua config path for hub instances (#854) (diff) | |
| download | zen-main.tar.xz zen-main.zip | |
xmake 3.0.7 has a different naming convention than 2.9.9 leading to issues in minio on_install
also includes a fix for rpc.record test on Linux by replacing std::atomic wait/notify with condition_variable
GCC's std::atomic<int64_t>::wait/notify on Linux uses a proxy hash table
mechanism (futex only supports 32-bit words) with known issues (GCC Bug
98033, Bug 115955). Replace with std::mutex + std::condition_variable
which is well-tested and consistent with the rest of the codebase.
Diffstat (limited to 'src/zencompute/testing')
0 files changed, 0 insertions, 0 deletions