[PATCH] [zorg] Add libc++ and libc++abi builders for Linux.

Dmitri Gribenko gribozavr at gmail.com
Tue Aug 5 08:59:00 PDT 2014


================
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






More information about the cfe-commits mailing list