Author: mattip <[email protected]>
Branch:
Changeset: r1000:575eedefb087
Date: 2016-04-19 23:47 +0300
http://bitbucket.org/pypy/buildbot/changeset/575eedefb087/
Log: try to fix 11de30c674f6
diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++ b/bot2/pypybuildbot/builds.py
@@ -702,9 +702,9 @@
workdir='.'))
self.addStep(ShellCmd(
description="copy ctypes resource cache",
- # the || : ensures this always succeeds, eventually remove this
step
- command=['cp', '-rv', 'pypy-c/lib_pypy/ctypes_config_cache',
'build/lib_pypy', '||', ':'],
- haltOnFailure=True,
+ # eventually remove this step, not needed after 5.1
+ command=['cp', '-rv', 'pypy-c/lib_pypy/ctypes_config_cache',
'build/lib_pypy'],
+ haltOnFailure=False,
workdir='.'))
self.addStep(ShellCmd(
description="copy cffi import libraries",
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit