From db6606dab9e296c66e887311b5e5dfd76b79fc32 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Wed, 8 Jan 2025 15:24:35 +0100 Subject: [PATCH] Buildbot: Allow specifying explicit HIP version for Linux Previously it was a single version specification which was only used by Windows. In practice we actually have two different SDKs for Linux and Windows. This change makes it possible to specify explicit HIP version for Linux which could be different from Windows. No functional changes expected, the same HIP SDK version is used, just explicitly. Ref #131976 Pull Request: https://projects.blender.org/blender/blender/pulls/132694 --- build_files/config/pipeline_config.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build_files/config/pipeline_config.yaml b/build_files/config/pipeline_config.yaml index 3cb4c4f8645..eb699542f54 100644 --- a/build_files/config/pipeline_config.yaml +++ b/build_files/config/pipeline_config.yaml @@ -13,7 +13,10 @@ buildbot: cuda12: version: '12.1.1' hip: - version: '5.7.32000' + windows: + version: '5.7.32000' + linux: + version: '6.1.3' optix: version: '7.4.0' ocloc: