forked from blender/blender
3e41332798
* Enable AMD RDNA3 GPUs * Fix T100891: performance regression with RDNA2 cards * Workaround new compiler issue with Vega, by using -O1 Differential Revision: https://developer.blender.org/D16507 |
||
---|---|---|
.. | ||
pipeline_config.yaml | ||
README.md |
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.