Skip to content

Commit 58e658a

Browse files
committed
Ignore suite commit infos for most mx suites
1 parent 5bb7405 commit 58e658a

File tree

6 files changed

+15
-7
lines changed

6 files changed

+15
-7
lines changed

Diff for: docs/mx.docs/suite.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
suite = {
2-
"mxversion" : "6.2.0",
2+
"mxversion" : "6.4.0",
33
"name" : "docs",
44

5+
"ignore_suite_commit_info": True,
6+
57
"externalProjects": {
68
"docs": {
79
"type": "docs",

Diff for: java-benchmarks/mx.java-benchmarks/suite.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
suite = {
2-
"mxversion" : "6.0.1",
2+
"mxversion" : "6.4.0",
33
"name": "java-benchmarks",
44

5+
"ignore_suite_commit_info": True,
6+
57
"javac.lint.overrides": "none",
68

79
"libraries" : {

Diff for: regex/mx.regex/suite.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
# SOFTWARE.
4040
#
4141
suite = {
42-
"mxversion" : "6.0.1",
42+
"mxversion" : "6.4.0",
4343

4444
"name" : "regex",
4545

@@ -70,7 +70,7 @@
7070
},
7171
]
7272
},
73-
73+
"ignore_suite_commit_info": True,
7474
"licenses" : {
7575
"upl" : {
7676
"name" : "Universal Permissive License, Version 1.0",

Diff for: sdk/mx.sdk/suite.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
# SOFTWARE.
4040
#
4141
suite = {
42-
"mxversion" : "6.2.0",
42+
"mxversion" : "6.4.0",
4343
"name" : "sdk",
4444
"version" : "22.3.0",
4545
"release" : False,
@@ -84,6 +84,7 @@
8484
},
8585
]
8686
},
87+
"ignore_suite_commit_info": True,
8788
"libraries" : {
8889
"WRK_MULTIARCH": {
8990
"urls": ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/wrk-a211dd5-multiarch.tar.gz"],

Diff for: tools/mx.tools/suite.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# questions.
2222
#
2323
suite = {
24-
"mxversion": "6.0.1",
24+
"mxversion": "6.4.0",
2525
"name": "tools",
2626
"defaultLicense" : "GPLv2-CPE",
2727

@@ -53,6 +53,8 @@
5353
]
5454
},
5555

56+
"ignore_suite_commit_info": True,
57+
5658
"projects" : {
5759
"com.oracle.truffle.tools.chromeinspector" : {
5860
"subDir" : "src",

Diff for: truffle/mx.truffle/suite.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
# SOFTWARE.
4040
#
4141
suite = {
42-
"mxversion" : "6.0.1",
42+
"mxversion" : "6.4.0",
4343
"name" : "truffle",
4444
"version" : "22.3.0",
4545
"release" : False,
@@ -69,6 +69,7 @@
6969
},
7070
]
7171
},
72+
"ignore_suite_commit_info": True,
7273
"libraries" : {
7374

7475
# ------------- Libraries -------------

0 commit comments

Comments
 (0)