forked from oracle/truffleruby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
common.json
131 lines (125 loc) · 4.01 KB
/
common.json
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"README": "This file contains definitions that are useful for the hocon and jsonnet CI files of multiple repositories.",
"jdks": {
"openjdk8": {"name": "openjdk", "version": "8u302+06-jvmci-21.3-b03", "platformspecific": true },
"oraclejdk8": {"name": "oraclejdk", "version": "8u311+09-jvmci-21.3-b03", "platformspecific": true },
"oraclejdk8Debug": {"name": "oraclejdk", "version": "8u311+09-jvmci-21.3-b03-fastdebug", "platformspecific": true },
"openjdk11": {"name": "openjdk", "version": "11.0.11+9", "platformspecific": true },
"oraclejdk11": {"name": "oraclejdk", "version": "11.0.11+9", "platformspecific": true },
"labsjdk-ce-11": {"name": "labsjdk", "version": "ce-11.0.12+5-jvmci-21.3-b03", "platformspecific": true },
"labsjdk-ee-11": {"name": "labsjdk", "version": "ee-11.0.13+9-jvmci-21.3-b03", "platformspecific": true },
"oraclejdk17": {"name": "oraclejdk", "version": "17.0.1+2", "platformspecific": true },
"labsjdk-ce-17": {"name": "labsjdk", "version": "ce-17+35-jvmci-21.3-b03", "platformspecific": true },
"labsjdk-ce-17Debug": {"name": "labsjdk", "version": "ce-17+35-jvmci-21.3-b03-debug", "platformspecific": true },
"labsjdk-ee-17": {"name": "labsjdk", "version": "ee-17.0.1+9-jvmci-21.3-b03", "platformspecific": true },
"labsjdk-ee-17Debug": {"name": "labsjdk", "version": "ee-17.0.1+9-jvmci-21.3-b03-debug", "platformspecific": true }
},
"COMMENT" : "The devkits versions reflect those used to build the JVMCI JDKs (e.g., see devkit_platform_revisions in <jdk>/make/conf/jib-profiles.js)",
"devkits": {
"windows-oraclejdk8": { "packages" : { "devkit:VS2017-15.9.16+1" : "==0" }},
"windows-openjdk8": { "packages" : { "devkit:VS2017-15.9.16+1" : "==0" }},
"windows-jdk11": { "packages" : { "devkit:VS2017-15.9.24+1" : "==0" }},
"windows-jdk17": { "packages" : { "devkit:VS2019-16.9.3+1" : "==0" }}
},
"deps": {
"COMMENT.common": [
"pip:isort is a dependency of pip:pylint. The explicit dependency on the pip package works around",
"https://bugzilla.redhat.com/show_bug.cgi?id=1710221 on older Redhat-based systems, and doesn't",
"hurt on others."
],
"common": {
"timelimit": "30:00",
"environment": {
"MX_PYTHON": "python3"
},
"packages": {
"pip:isort": "==4.3.19",
"pip:logilab-common": "==1.4.4",
"pip:pylint": "==1.9.3",
"pip:ninja_syntax": "==1.7.2"
}
},
"linux": {
"packages": {
"git": ">=1.8.3",
"mercurial": ">=2.2",
"apache/ant": ">=1.9.4"
}
},
"COMMENT.darwin": [
"Required to keep pylint happy on Darwin",
"https://coderwall.com/p/-k_93g/mac-os-x-valueerror-unknown-locale-utf-8-in-python"
],
"darwin": {
"environment": {
"LC_ALL": "en_US.UTF-8"
}
},
"windows": {
}
},
"downloads": {
"eclipse": {
"downloads": {
"ECLIPSE": {
"name": "eclipse",
"version": "4.14.0",
"platformspecific": true
}
},
"environment": {
"ECLIPSE_EXE": "$ECLIPSE/eclipse"
}
},
"jdt": {
"environment": {
"JDT": "builtin"
}
}
},
"sulong": {
"deps": {
"common": {},
"linux": {
"packages": {
"cmake": "==3.15.2"
}
},
"darwin": {
"packages": {
"cmake": "==3.15.2"
}
},
"windows": {
"packages": {
"msvc": "==10.0",
"pip:cmake": "==3.18.4"
}
}
}
},
"truffleruby": {
"deps": {
"common": {},
"linux": {
"packages": {
"ruby": "==2.6.3"
}
},
"darwin": {}
}
},
"graalnodejs": {
"deps": {
"common": {},
"linux": {
"packages": {
"binutils": "==2.23.2",
"gcc": "==8.3.0",
"cmake": "==3.15.2"
}
},
"darwin": {}
}
}
}