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
This commit is contained in:
Sergey Sharybin 2025-01-08 15:24:35 +01:00 committed by Sergey Sharybin
parent 29e8c0ac01
commit db6606dab9

View file

@ -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: