Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2013-06-15 14:16:01 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2013-06-15 14:16:01 +0400
commit790e8b6eda0c3478fe52853c381fca46bd264dff (patch)
tree301a5b5d78f4c4f1f170b338126fdcaaa016e782 /build_files/buildbot/slave_compile.py
parentbab2dacc6cbc57b1fa3bdf25c9da4f1c90bcc867 (diff)
Buildbot: use 1 thread for windows builds.
Diffstat (limited to 'build_files/buildbot/slave_compile.py')
-rw-r--r--build_files/buildbot/slave_compile.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/build_files/buildbot/slave_compile.py b/build_files/buildbot/slave_compile.py
index a8fc05829fb..12bb522e3c3 100644
--- a/build_files/buildbot/slave_compile.py
+++ b/build_files/buildbot/slave_compile.py
@@ -143,6 +143,8 @@ else:
scons_options.append('BF_CYCLES_CUDA_NVCC=nvcc.exe')
if builder.find('mingw') != -1:
scons_options.append('BF_TOOLSET=mingw')
+ scons_options.append('BF_NUMJOBS=1')
+
elif builder.find('mac') != -1:
if builder.find('x86_64') != -1:
config = 'user-config-mac-x86_64.py'