Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pipeline_config.yaml « config « build_files - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6bfb0125e95258d90802e7ec0f7c1d4f2bb2c9fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
#
# Used by Buildbot build pipeline make_update.py script only for now
# We intended to update the make_update.py in the branches to use this file eventually
#
update-code:
    git:
        submodules:
        -   branch: xr-dev
            commit_id: HEAD
            path: release/scripts/addons
        -   branch: master
            commit_id: HEAD
            path: release/scripts/addons_contrib
        -   branch: master
            commit_id: HEAD
            path: release/datafiles/locale
        -   branch: master
            commit_id: HEAD
            path: source/tools
    svn:
        libraries:
            darwin-arm64:
                branch: trunk
                commit_id: HEAD
                path: lib/darwin_arm64
            darwin-x86_64:
                branch: trunk
                commit_id: HEAD
                path: lib/darwin
            linux-x86_64:
                branch: trunk
                commit_id: HEAD
                path: lib/linux_centos7_x86_64
            windows-amd64:
                branch: trunk
                commit_id: HEAD
                path: lib/win64_vc15
        tests:
            branch: trunk
            commit_id: HEAD
            path: lib/tests
        benchmarks:
            branch: trunk
            commit_id: HEAD
            path: lib/benchmarks

#
# Buildbot only configs
#
buildbot:
    gcc:
        version: '9.0.0'
    cuda10:
        version: '10.1.243'
    cuda11:
        version: '11.4.1'
    optix:
        version: '7.3.0'
    cmake:
        default:
            version: any
            overrides: {}
        darwin-arm64:
            overrides: {}
        darwin-x86_64:
            overrides: {}
        linux-x86_64:
            overrides: {}
        windows-amd64:
            overrides: {}