[PATCH] D42791: [zorg] Remove unused BOTO_CONFIG settings from arm and aarch64 builders.

Maxim Kuvyrkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 1 05:36:08 PST 2018


maxim-kuvyrkov created this revision.
maxim-kuvyrkov added a reviewer: rovka.
Herald added subscribers: llvm-commits, kristof.beyls, rengolin, aemerson.
maxim-kuvyrkov accepted this revision.
maxim-kuvyrkov added a comment.
This revision is now accepted and ready to land.

This is a trivial cleanup that was split up from an approved patch: https://reviews.llvm.org/D42039


Repository:
  rL LLVM

https://reviews.llvm.org/D42791

Files:
  buildbot/osuosl/master/config/builders.py


Index: buildbot/osuosl/master/config/builders.py
===================================================================
--- buildbot/osuosl/master/config/builders.py
+++ buildbot/osuosl/master/config/builders.py
@@ -251,7 +251,6 @@
                       checkout_lld=False,
                       useTwoStage=True,
                       testStage1=False,
-                      env={'BOTO_CONFIG':'/var/buildbot/llvmlab-build-artifacts.boto'},
                       extra_cmake_args=["-DCMAKE_C_COMPILER_LAUNCHER='ccache'",
                                         "-DCMAKE_CXX_COMPILER_LAUNCHER='ccache'",
                                         "-DCMAKE_C_FLAGS='-mcpu=cortex-a15 -marm'",
@@ -307,7 +306,6 @@
                       runTestSuite=True,
                       testsuite_flags=['--cppflags', '-mcpu=cortex-a57',
                                        '--threads=8', '--build-threads=8'],
-                      env={'BOTO_CONFIG':'/var/buildbot/llvmlab-build-artifacts.boto'},
                       extra_cmake_args=["-DCMAKE_C_COMPILER_LAUNCHER='ccache'",
                                         "-DCMAKE_CXX_COMPILER_LAUNCHER='ccache'",
                                         "-DCMAKE_C_FLAGS='-mcpu=cortex-a57'",


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42791.132368.patch
Type: text/x-patch
Size: 1237 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180201/22429529/attachment.bin>


More information about the llvm-commits mailing list