forked from oracle/graal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
common.json
104 lines (98 loc) · 3.41 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
{
"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.2-b05", "platformspecific": true },
"oraclejdk8": {"name": "oraclejdk", "version": "8u301+09-jvmci-21.2-b05", "platformspecific": true },
"oraclejdk8Debug": {"name": "oraclejdk", "version": "8u301+09-jvmci-21.2-b05-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.2-b05", "platformspecific": true },
"labsjdk-ee-11": {"name": "labsjdk", "version": "ee-11.0.12+8-jvmci-21.2-b05", "platformspecific": true },
"oraclejdk16": {"name": "oraclejdk", "version": "16.0.1+4", "platformspecific": true },
"labsjdk-ce-16": {"name": "labsjdk", "version": "ce-16.0.2+7-jvmci-21.2-b05", "platformspecific": true },
"labsjdk-ce-16Debug": {"name": "labsjdk", "version": "ce-16.0.2+7-jvmci-21.2-b05-debug", "platformspecific": true },
"labsjdk-ee-16": {"name": "labsjdk", "version": "ee-16.0.2+7-jvmci-21.2-b05", "platformspecific": true },
"labsjdk-ee-16Debug": {"name": "labsjdk", "version": "ee-16.0.2+7-jvmci-21.2-b05-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-jdk16": { "packages" : { "devkit:VS2019-16.7.2+1" : "==1" }}
},
"deps": {
"common": {
"timelimit": "30:00",
"environment": {
"MX_PYTHON": "python3"
},
"packages": {
"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": {
"downloads": {
"JDT": {
"name": "ecj",
"version": "4.14.0",
"platformspecific": false
}
}
}
},
"sulong": {
"deps": {
"linux": {
"packages": {
"cmake": "==3.15.2"
}
},
"darwin": {
"packages": {
"cmake": "==3.15.2"
}
},
"windows": {
"packages": {
"msvc": "==10.0",
"pip:cmake": "==3.18.4"
}
}
}
}
}