[zorg] r310833 - Another attempt to fix the env issue for the avx512-sde bot

Elad Cohen via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 14 05:10:33 PDT 2017


Author: eladcohen
Date: Mon Aug 14 05:10:33 2017
New Revision: 310833

URL: http://llvm.org/viewvc/llvm-project?rev=310833&view=rev
Log:
Another attempt to fix the env issue for the avx512-sde bot


Modified:
    zorg/trunk/buildbot/osuosl/master/config/builders.py

Modified: zorg/trunk/buildbot/osuosl/master/config/builders.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/buildbot/osuosl/master/config/builders.py?rev=310833&r1=310832&r2=310833&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/config/builders.py (original)
+++ zorg/trunk/buildbot/osuosl/master/config/builders.py Mon Aug 14 05:10:33 2017
@@ -692,7 +692,7 @@ def _get_clang_builders():
              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'],
              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",
                                "-DCMAKE_C_FLAGS='-march=broadwell'",




More information about the llvm-commits mailing list