Remove glibc27 from buildbot scripts

This commit is contained in:
Sergey Sharybin
2013-01-09 13:46:59 +00:00
parent f9c87b86fc
commit a4ba448529
7 changed files with 2 additions and 540 deletions

View File

@@ -57,12 +57,6 @@ if builder.find('scons') != -1:
config = None
bits = None
if builder.endswith('linux_glibc27_x86_64_scons'):
config = 'user-config-glibc27-x86_64.py'
bits = 64
elif builder.endswith('linux_glibc27_i386_scons'):
config = 'user-config-glibc27-i686.py'
bits = 32
if builder.endswith('linux_glibc211_x86_64_scons'):
config = 'user-config-glibc211-x86_64.py'
bits = 64