[Bf-blender-cvs] [7dd982a9b89] blender-v2.83-release: Pipeline: Use explicit cuda version numbers.

Jeroen Bakker noreply at git.blender.org
Mon Aug 23 11:05:54 CEST 2021


Commit: 7dd982a9b8975fdab72587b5f06094f19bdea205
Author: Jeroen Bakker
Date:   Mon Aug 23 11:05:49 2021 +0200
Branches: blender-v2.83-release
https://developer.blender.org/rB7dd982a9b8975fdab72587b5f06094f19bdea205

Pipeline: Use explicit cuda version numbers.

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

M	build_files/config/pipeline_config.yaml

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

diff --git a/build_files/config/pipeline_config.yaml b/build_files/config/pipeline_config.yaml
index c5a8ddd89bf..02a192fe8a5 100644
--- a/build_files/config/pipeline_config.yaml
+++ b/build_files/config/pipeline_config.yaml
@@ -51,9 +51,9 @@ buildbot:
     gcc:
         version: '9.0.0'
     cuda10:
-        version: '10.1.0'
+        version: '10.1.243'
     cuda11:
-        version: '11.4.0'
+        version: '11.4.1'
     optix:
         version: '7.0.0'
     cmake:



More information about the Bf-blender-cvs mailing list