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:
authorJeroen Bakker <jeroen@blender.org>2021-08-23 12:05:49 +0300
committerJeroen Bakker <jeroen@blender.org>2021-08-23 12:05:49 +0300
commit7dd982a9b8975fdab72587b5f06094f19bdea205 (patch)
tree72d788ccf9ecb605008f298189987ae3ddb15ba3
parent6be85c0effd21f7afd54dcd2047e375bd3d22023 (diff)
Pipeline: Use explicit cuda version numbers.
-rw-r--r--build_files/config/pipeline_config.yaml4
1 files changed, 2 insertions, 2 deletions
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: