mirror of
https://github.com/AntelopeIO/cdt-libcxx.git
synced 2026-07-21 13:53:36 +00:00
Add another buildbot username to the workaround list
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@365848 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
+1
-1
@@ -150,7 +150,7 @@ set_property(CACHE LIBCXX_CXX_ABI PROPERTY STRINGS ;${CXXABIS})
|
||||
# FIXME: This is a temporary hack to get the buildbots working while D63883 is in flight.
|
||||
# Without this all the bots fail while building libc++
|
||||
if (DEFINED ENV{USER})
|
||||
if (("$ENV{USER}" STREQUAL "buildbot") OR ("$ENV{USER}" STREQUAL "llvmbb"))
|
||||
if (("$ENV{USER}" STREQUAL "buildbot") OR (("$ENV{USER}" STREQUAL "llvmbb") OR ("$ENV{USER}" STREQUAL "buildslave")))
|
||||
message(WARNING "OVERRIDING BUILDBOT CONFIG")
|
||||
set(LIBCXX_CXX_ABI "default" CACHE STRING "FIXME" FORCE)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user