From a7e32dbcb08c452fd170fcc71022278bb7985e72 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Wed, 26 Jun 2019 19:40:46 +0200 Subject: Buildbot: Fix undefined architecture string for CentOS --- build_files/buildbot/slave_pack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_files') diff --git a/build_files/buildbot/slave_pack.py b/build_files/buildbot/slave_pack.py index 945b7556ed6..b29b078ca85 100644 --- a/build_files/buildbot/slave_pack.py +++ b/build_files/buildbot/slave_pack.py @@ -137,11 +137,11 @@ if builder.find('cmake') != -1: blender_glibc = builder.split('_')[1] command_prefix = [] bits = 64 + blender_arch = 'x86_64' if blender_glibc == 'glibc224': if builder.endswith('x86_64_cmake'): chroot_name = 'buildbot_stretch_x86_64' - blender_arch = 'x86_64' elif builder.endswith('i686_cmake'): chroot_name = 'buildbot_stretch_i686' bits = 32 -- cgit v1.2.3