[Bf-blender-cvs] [5d3a6bb3082] cycles-x: Cycles X: Restore OptiX SDK 7.3 requirement

Sergey Sharybin noreply at git.blender.org
Mon Aug 2 16:23:22 CEST 2021


Commit: 5d3a6bb30825952ff3fd8af95beceed7fa3927fb
Author: Sergey Sharybin
Date:   Mon Aug 2 16:22:40 2021 +0200
Branches: cycles-x
https://developer.blender.org/rB5d3a6bb30825952ff3fd8af95beceed7fa3927fb

Cycles X: Restore OptiX SDK 7.3 requirement

Got lost with recent master branch merge. Hopefully this will fix a
missing OptiX compute device issue.

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

M	build_files/config/pipeline_config.yaml

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

diff --git a/build_files/config/pipeline_config.yaml b/build_files/config/pipeline_config.yaml
index 611df59caec..7ff99659bc9 100644
--- a/build_files/config/pipeline_config.yaml
+++ b/build_files/config/pipeline_config.yaml
@@ -55,7 +55,7 @@ buildbot:
     cuda11:
         version: '11.4.0'
     optix:
-        version: '7.1.0'
+        version: '7.3.0'
     cmake:
         default:
             version: any



More information about the Bf-blender-cvs mailing list