blob: 2a09c37e6ca99e111320838a1a9231839fce1c83 (
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
71
72
73
74
75
76
77
78
79
|
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
---
job-defaults:
worker-type: b-linux-gcp
worker:
max-run-time: 3600
run:
resources:
- 'build/unix/build-gcc/build-gcc.sh'
toolchain-artifact: public/build/gcc.tar.zst
fetches:
toolchain:
- linux64-toolchain-sysroot
linux64-gcc-8:
description: "GCC 8 toolchain build"
treeherder:
symbol: TL(gcc8)
run:
script: build-gcc-linux.sh
toolchain-alias:
- linux64-gcc
- linux64-gcc-base
fetches:
fetch:
- gcc-8.5.0
- gmp-6.1.0
- isl-0.16.1
- mpc-1.0.3
- mpfr-3.1.4
linux64-gcc-9:
description: "GCC 9 toolchain build"
treeherder:
symbol: TL(gcc9)
run:
script: build-gcc-linux.sh
fetches:
fetch:
- gcc-9.5.0
- gmp-6.1.0
- isl-0.16.1
- mpc-1.0.3
- mpfr-3.1.4
linux64-gcc-11:
description: "GCC 11 toolchain build"
treeherder:
symbol: TL(gcc11)
run:
script: build-gcc-linux.sh
fetches:
fetch:
- gcc-11.4.0
- gmp-6.1.0
- isl-0.16.1
- mpc-1.0.3
- mpfr-3.1.4
linux64-gcc-sixgill:
description: "sixgill GCC plugin build"
treeherder:
symbol: TL(sixgill)
run:
script: build-gcc-sixgill-plugin-linux.sh
resources:
- 'taskcluster/scripts/misc/build-gcc-sixgill-plugin-linux.sh'
toolchain-artifact: public/build/sixgill.tar.xz
fetches:
fetch:
- gcc-9.5.0
- gmp-6.1.0
- isl-0.16.1
- mpc-1.0.3
- mpfr-3.1.4
toolchain:
- linux64-gcc-9
|