tested several time on the buildbot, everything seems to be fine. And it allows enabling sanitizer builds for macos. Pull Request: https://projects.blender.org/blender/blender/pulls/141949
38 lines
724 B
YAML
38 lines
724 B
YAML
#
|
|
# Buildbot only configs
|
|
#
|
|
buildbot:
|
|
gcc:
|
|
version: '11.0.0'
|
|
xcode:
|
|
version: '16.3'
|
|
cuda10:
|
|
version: '10.1.243'
|
|
cuda11:
|
|
version: '11.4.1'
|
|
cuda12:
|
|
version: '12.8.0'
|
|
hip:
|
|
windows:
|
|
version: '6.3.42560'
|
|
linux:
|
|
version: '6.4.0'
|
|
optix:
|
|
version: '8.0.0'
|
|
ocloc:
|
|
version: '101.6557'
|
|
cmake:
|
|
default:
|
|
version: any
|
|
overrides: {}
|
|
darwin-arm64:
|
|
overrides: {}
|
|
darwin-x86_64:
|
|
overrides: {}
|
|
linux-x86_64:
|
|
overrides: {}
|
|
windows-amd64:
|
|
overrides: {}
|
|
windows-arm64:
|
|
overrides: {}
|