File tree Expand file tree Collapse file tree 1 file changed +13
-10
lines changed
Expand file tree Collapse file tree 1 file changed +13
-10
lines changed Original file line number Diff line number Diff line change 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" : {
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" : {
You can’t perform that action at this time.
0 commit comments