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 @@ -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'",