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
When building with multiple cores, there is probably a race condition that multiple embed_genesis.cmake instances may be started at the same time and try to write to the same destination files, which leads to configure_file Problem configuring file errors.
add_custom_command ... is for adding a custom command to produce an output ... Do not list the output in more than one independent target that may build in parallel or the two instances of the rule may conflict (instead use the add_custom_target() command to drive the command and make the other targets depend on that one).
Build Error Description
When building with multiple cores, there is probably a race condition that multiple
embed_genesis.cmake
instances may be started at the same time and try to write to the same destination files, which leads toconfigure_file Problem configuring file
errors.Build Environment
Github Autobuild.
Console Logs (optional)
Ubuntu release build of https://github.com/bitshares/bitshares-core/runs/724112359
CORE TEAM TASK LIST
Build Error
Bug Report
The text was updated successfully, but these errors were encountered: