[Bf-blender-cvs] [b98428e0465] master: Buildbot: Fix undefined bits for CentOS based builder

Sergey Sharybin noreply at git.blender.org
Wed Jun 26 19:37:20 CEST 2019


Commit: b98428e04659935488d32ba4c0bf494c90cb8011
Author: Sergey Sharybin
Date:   Wed Jun 26 19:36:57 2019 +0200
Branches: master
https://developer.blender.org/rBb98428e04659935488d32ba4c0bf494c90cb8011

Buildbot: Fix undefined bits for CentOS based builder

===================================================================

M	build_files/buildbot/slave_pack.py

===================================================================

diff --git a/build_files/buildbot/slave_pack.py b/build_files/buildbot/slave_pack.py
index 16888008b67..945b7556ed6 100644
--- a/build_files/buildbot/slave_pack.py
+++ b/build_files/buildbot/slave_pack.py
@@ -136,11 +136,11 @@ if builder.find('cmake') != -1:
         blender_hash = parse_header_file(buildinfo_h, 'BUILD_HASH')[1:-1]
         blender_glibc = builder.split('_')[1]
         command_prefix = []
+        bits = 64
 
         if blender_glibc == 'glibc224':
             if builder.endswith('x86_64_cmake'):
                 chroot_name = 'buildbot_stretch_x86_64'
-                bits = 64
                 blender_arch = 'x86_64'
             elif builder.endswith('i686_cmake'):
                 chroot_name = 'buildbot_stretch_i686'



More information about the Bf-blender-cvs mailing list