================ Comment at: zorg/buildbot/builders/LibcxxAndAbiBuilder.py:67-69 @@ +66,5 @@ + + f.addStep(buildbot.steps.shell.ShellCommand( + name='cmake', command=['cmake', '..'], haltOnFailure=True, + workdir=build_path, env=env)) + ---------------- I think this relative path is not correct now. You could use the build_path variable here.
http://reviews.llvm.org/D4786 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
