Add Chromium-only Blender WebEngine parity work
This commit is contained in:
10
blender-5.2.0/build_files/config/README.md
Normal file
10
blender-5.2.0/build_files/config/README.md
Normal file
@@ -0,0 +1,10 @@
|
||||
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.
|
||||
40
blender-5.2.0/build_files/config/pipeline_config.yaml
Normal file
40
blender-5.2.0/build_files/config/pipeline_config.yaml
Normal file
@@ -0,0 +1,40 @@
|
||||
#
|
||||
# Buildbot only configs
|
||||
#
|
||||
buildbot:
|
||||
gcc:
|
||||
version: '14.2.1'
|
||||
xcode:
|
||||
version: '26.1.1'
|
||||
cuda10:
|
||||
version: '10.1.243'
|
||||
cuda11:
|
||||
version: '11.4.1'
|
||||
cuda12:
|
||||
version: '12.8.0'
|
||||
hip:
|
||||
windows:
|
||||
version: '7.1.51803'
|
||||
linux:
|
||||
version: '7.2.1'
|
||||
optix:
|
||||
version: '8.0.0'
|
||||
ocloc:
|
||||
version: '101.8424'
|
||||
msvc:
|
||||
version: '2022'
|
||||
use_clang_cl: true
|
||||
cmake:
|
||||
default:
|
||||
version: any
|
||||
overrides: {}
|
||||
darwin-arm64:
|
||||
overrides: {}
|
||||
darwin-x86_64:
|
||||
overrides: {}
|
||||
linux-x86_64:
|
||||
overrides: {}
|
||||
windows-amd64:
|
||||
overrides: {}
|
||||
windows-arm64:
|
||||
overrides: {}
|
||||
Reference in New Issue
Block a user