Skip to content

Commit f6b4c43

Browse files
author
Pavel Marek
committed
Update graal_common.json
1 parent 815fa61 commit f6b4c43

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

graal_common.json

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -85,23 +85,18 @@
8585
"Dumping debug output to '(?P<filename>[^']+)'"
8686
],
8787
"deps": {
88-
"COMMENT.common": [
89-
"pip:isort is a dependency of pip:pylint. The explicit dependency on the pip package works around",
90-
"https://bugzilla.redhat.com/show_bug.cgi?id=1710221 on older Redhat-based systems, and doesn't",
91-
"hurt on others."
92-
],
9388
"common": {
9489
"timelimit": "30:00",
9590
"environment": {
96-
"MX_PYTHON": "python3"
91+
"MX_PYTHON": "python3.8"
9792
},
9893
"packages": {
99-
"pip:isort": "==4.3.19",
100-
"pip:logilab-common": "==1.4.4",
101-
"pip:pylint": "==1.9.3",
94+
"python3": "==3.8.10",
95+
"pip:pylint": "==2.4.4",
10296
"pip:lazy-object-proxy": "==1.6.0",
10397
"pip:ninja_syntax": "==1.7.2"
104-
}
98+
},
99+
"python_version": "3"
105100
},
106101
"linux": {
107102
"packages": {
@@ -132,6 +127,14 @@
132127
},
133128
"environment": {
134129
"ECLIPSE_EXE": "$ECLIPSE/eclipse"
130+
},
131+
"COMMENT.eclipse_org": [
132+
"Coordinates for downloading same version as above directly from eclipse.org (used by GitHub actions).",
133+
"Template URL: https://archive.eclipse.org/eclipse/downloads/drops4/R-<eclipse_org.version>-<eclipse_org.timestamp>/eclipse-SDK-<eclipse_org.version>-linux-gtk-x86_64.tar.gz"
134+
],
135+
"eclipse_org": {
136+
"version": "4.14",
137+
"timestamp": "201912100610"
135138
}
136139
},
137140
"jdt": {

0 commit comments

Comments
 (0)