Le Fri, 27 Sep 2013 16:34:41 +0200, "Martin v. Löwis" <mar...@v.loewis.de> a écrit : > Am 26.09.13 23:00, schrieb Antoine Pitrou: > > > Here you are: > > http://buildbot.python.org/all/builders/AMD64%20Snow%20Leop%203.x/builds/28/steps/compile/logs/stdio > > > > Of course, when it's using "-jN" there may be a race condition :-) > > Could you make "make touch" a separate build step?
I'm not sure it fits in buildbot's standard "GNUAutoconf" build factory: http://docs.buildbot.net/current/manual/cfg-buildfactories.html#index-1 Note that "compile" is a "shell command" so perhaps it is actually possible to pass "make touch && make -jN". Otherwise, another build factory will have to be used. I'll give an access to Eli so that he can try to figure it out :-) Regards Antoine. _______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com