| feat: improve macOS build compatibility, fix race condition and build issues - frontend/build.sh: fix Go workspace mode (GOWORK=off instead of -mod=mod) - WORKSPACE: change Boost URL to archives.boost.io for faster downloads - bazel/datasystem_build.bzl: fix source paths (token->agc dir, remove comm_wrapper) - bazel/boost.bzl: remove redundant hdrs glob from sub-targets (already in boost_headers) - api/cpp/BUILD.bazel: propagate ENABLE_DATASYSTEM flag to yr_api_lib copts - src/libruntime/libruntime.cpp: fix SIGSEGV race via atomic_load/store on dsClients - src/libruntime/heterostore/datasystem_hetero_store.cpp: fix copy-paste error messages in stubs - src/libruntime/statestore/datasystem_state_store.cpp: fix missing token copy in Init() - test/st/test.sh: fix wheel glob, force-reinstall, off_cluster skip (-O opt-in), fix quoted args in timeout_run_case_wrapper - test/st/python/pytest.ini: register off_cluster marker - test/st/python/test_off_cluster.py: add pytestmark for off_cluster Signed-off-by: yuchaow <wangyuchao12@huawei.com> | 3 个月前 |