File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -1960,17 +1960,6 @@ for host in "${ALL_HOSTS[@]}"; do
1960
1960
" ${lldb_cmake_options[@]} "
1961
1961
)
1962
1962
1963
- # Figure out if we think this is a buildbot build.
1964
- # This will influence the lldb version line.
1965
- if [ ! -z " ${JENKINS_HOME} " -a ! -z " ${JOB_NAME} " -a ! -z " ${BUILD_NUMBER} " ]; then
1966
- LLDB_IS_BUILDBOT_BUILD=1
1967
- else
1968
- LLDB_IS_BUILDBOT_BUILD=0
1969
- fi
1970
-
1971
- # Get the build date.
1972
- LLDB_BUILD_DATE=$( date +%Y-%m-%d)
1973
-
1974
1963
# Pick the right cache.
1975
1964
if [[ " $( uname -s) " == " Darwin" ]] ; then
1976
1965
cmake_cache=" Apple-lldb-macOS.cmake"
@@ -2042,8 +2031,6 @@ for host in "${ALL_HOSTS[@]}"; do
2042
2031
-DLLDB_ENABLE_LZMA=OFF
2043
2032
-DLLDB_ENABLE_LUA=OFF
2044
2033
-DLLDB_PATH_TO_SWIFT_SOURCE:PATH=" ${SWIFT_SOURCE_DIR} "
2045
- -DLLDB_IS_BUILDBOT_BUILD:BOOL=" ${LLDB_IS_BUILDBOT_BUILD} "
2046
- -DLLDB_BUILD_DATE:STRING=" \" ${LLDB_BUILD_DATE} \" "
2047
2034
-DLLDB_INCLUDE_TESTS:BOOL=$( false_true ${BUILD_TOOLCHAIN_ONLY} )
2048
2035
-DLLDB_TEST_USER_ARGS=" ${DOTEST_ARGS} "
2049
2036
)
You can’t perform that action at this time.
0 commit comments