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
thread sanitizer reports data races in boost log library. this bug was presumably fixed in boost 1.87.0 boostorg/log#139 . however, skaled still uses boost 1.68.0 which is outdated and doesn't have latest bug fixes and improvements
skaled should be updated to the latest boost version:
update boost version in deps/build.sh file
check that the new version is compatible with skaled code
The text was updated successfully, but these errors were encountered:
thread sanitizer reports data races in boost log library. this bug was presumably fixed in boost 1.87.0 boostorg/log#139 . however, skaled still uses boost 1.68.0 which is outdated and doesn't have latest bug fixes and improvements
skaled should be updated to the latest boost version:
The text was updated successfully, but these errors were encountered: