[Bf-blender-cvs] [550752a8fb5] blender-v2.83-release: Fix pipeline configuration: Use GCC 8.

Jeroen Bakker noreply at git.blender.org
Mon Jul 26 15:39:31 CEST 2021


Commit: 550752a8fb56f9a66d544def143c88bfb8a43ed3
Author: Jeroen Bakker
Date:   Mon Jul 26 15:39:23 2021 +0200
Branches: blender-v2.83-release
https://developer.blender.org/rB550752a8fb56f9a66d544def143c88bfb8a43ed3

Fix pipeline configuration: Use GCC 8.

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

M	build_files/config/pipeline_config.yaml

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

diff --git a/build_files/config/pipeline_config.yaml b/build_files/config/pipeline_config.yaml
index 5bb2a2c7446..6bdf0e1b077 100644
--- a/build_files/config/pipeline_config.yaml
+++ b/build_files/config/pipeline_config.yaml
@@ -49,7 +49,7 @@ update-code:
 #
 buildbot:
     gcc:
-        version: '9.0.0'
+        version: '8.0.0'
     cuda10:
         version: '10.1.0'
     cuda11:



More information about the Bf-blender-cvs mailing list