This also reverts 367d5b7eabd53229fb7e79465b4761e65e531741, as the math flags workaround is no longer needed. Fix #139796 Fix #138646 Fix #139071 Fix #139070 Ref #140278 Co-authored-by: Brecht Van Lommel <brecht@blender.org> Pull Request: https://projects.blender.org/blender/blender/pulls/145311
38 lines
720 B
YAML
38 lines
720 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.4.2'
|
|
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: {}
|