Files
test/build_files/config
Sergey Sharybin 7e2c0ea70c Cycles: Switch to HIP SDK 6.4.3 on Linux
Makes it consistent with the build environment provision changes in #145281.

Pull Request: https://projects.blender.org/blender/blender/pulls/145789
2025-09-08 12:44:31 +02:00
..
2024-10-09 16:34:39 +11:00

Pipeline Config

The yaml configuration file is used by buildbot build pipeline update-code step.

The file allows to set branches or specific commits for both git submodules and svn artifacts. Can also define various build package versions for use by build workers. Especially useful in experimental and release branches.

NOTE:

  • The configuration file is NOT used by the ../utils/make_update.py script.
  • That will implemented in the future.