Skip to content

Commit 35a10cf

Browse files
committedSep 18, 2021
[GR-23997] Periodic update of the graal import (2021-09-17).
PullRequest: js/2152
2 parents 5591d86 + f1b76f5 commit 35a10cf

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

‎common.json

+6
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,18 @@
2626
"windows-jdk17": { "packages" : { "devkit:VS2019-16.9.3+1" : "==0" }}
2727
},
2828
"deps": {
29+
"COMMENT.common": [
30+
"pip:isort is a dependency of pip:pylint. The explicit dependency on the pip package works around",
31+
"https://bugzilla.redhat.com/show_bug.cgi?id=1710221 on older Redhat-based systems, and doesn't",
32+
"hurt on others."
33+
],
2934
"common": {
3035
"timelimit": "30:00",
3136
"environment": {
3237
"MX_PYTHON": "python3"
3338
},
3439
"packages": {
40+
"pip:isort": "==4.3.19",
3541
"pip:logilab-common": "==1.4.4",
3642
"pip:pylint": "==1.9.3",
3743
"pip:ninja_syntax": "==1.7.2"

‎graal-js/mx.graal-js/suite.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
{
2525
"name" : "regex",
2626
"subdir" : True,
27-
"version" : "5ff32b76b947c6275583a7dbb9bc16f22259955a",
27+
"version" : "ad535115cd6441bdc6e2b0842b50a630aa5abf1c",
2828
"urls" : [
2929
{"url" : "https://github.com/oracle/graal.git", "kind" : "git"},
3030
{"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind" : "binary"},

0 commit comments

Comments
 (0)