[PATCH] D36933: [buildbot] r310913 was missing a comma in the nt_flags config.
Elad Cohen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 20 03:36:16 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL311282: [buildbot] r310913 was missing a comma in the nt_flags config. (authored by eladcohen).
Changed prior to commit:
https://reviews.llvm.org/D36933?vs=111873&id=111875#toc
Repository:
rL LLVM
https://reviews.llvm.org/D36933
Files:
zorg/trunk/buildbot/osuosl/master/config/builders.py
Index: zorg/trunk/buildbot/osuosl/master/config/builders.py
===================================================================
--- zorg/trunk/buildbot/osuosl/master/config/builders.py
+++ zorg/trunk/buildbot/osuosl/master/config/builders.py
@@ -692,7 +692,7 @@
useTwoStage=False,
runTestSuite=True,
nt_flags=['--cflag', '-march=skylake-avx512', '--threads=80',
- '--build-threads=80', '--make-param', "RUNUNDER=sde64 -skx --", '--make-param', 'USER_MODE_EMULATION=1'
+ '--build-threads=80', '--make-param', "RUNUNDER=sde64 -skx --", '--make-param', 'USER_MODE_EMULATION=1',
'--make-param', 'RUNTIMELIMIT=1200'],
env={'PATH':'/home/ssglocal/tools/sde/latest:/usr/bin/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'},
extra_cmake_args=["-DLLVM_ENABLE_ASSERTIONS=ON",
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36933.111875.patch
Type: text/x-patch
Size: 907 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170820/d7305aa0/attachment.bin>
More information about the llvm-commits
mailing list