blender/build_files/config
salipourto 0b20c28875 Cycles: HIP support for AMD Strix APUs
This required various compiler and SDK updates
* HIP on Windows updated to 5.7.3
* HIP on Linux updated to 6.3.1
* HIP-RT updated to version 2.0.e1ff193

Co-authored-by: Brecht Van Lommel <brecht@blender.org>
Pull Request: https://projects.blender.org/blender/blender/pulls/123256
2024-06-19 20:54:04 +02:00
..
pipeline_config.yaml Cycles: HIP support for AMD Strix APUs 2024-06-19 20:54:04 +02:00
README.md Delete pipeline_config.json file. The yaml file is now used. 2021-08-02 16:57:29 +02: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.