Skip to content
Snippets Groups Projects
Commit 5aaac79a authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

Trying to get race condition fixed

parent 74124f6f
No related branches found
No related tags found
No related merge requests found
Pipeline #4399 failed
......@@ -35,8 +35,9 @@ zafl=SConscript("zafl/SConstruct" );
libyaml=SConscript("third-party/SConscript.yamlcpp");
inst=env.Install("lib/", libyaml)
Depends([cli],libyaml)
Depends([turbod,cli],[rpc])
Depends(cli,libyaml)
Depends(turbod, rpc)
Depends(cli,rpc)
ret=[rpc,turbod,cli,prepd,zafl,libyaml, inst]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment