Skip to content

Commit

Permalink
Ignore suite commit infos for most mx suites
Browse files Browse the repository at this point in the history
  • Loading branch information
farquet committed Jul 21, 2022
1 parent 5bb7405 commit 58e658a
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 7 deletions.
4 changes: 3 additions & 1 deletion docs/mx.docs/suite.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
suite = {
"mxversion" : "6.2.0",
"mxversion" : "6.4.0",
"name" : "docs",

"ignore_suite_commit_info": True,

"externalProjects": {
"docs": {
"type": "docs",
Expand Down
4 changes: 3 additions & 1 deletion java-benchmarks/mx.java-benchmarks/suite.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
suite = {
"mxversion" : "6.0.1",
"mxversion" : "6.4.0",
"name": "java-benchmarks",

"ignore_suite_commit_info": True,

"javac.lint.overrides": "none",

"libraries" : {
Expand Down
4 changes: 2 additions & 2 deletions regex/mx.regex/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
# SOFTWARE.
#
suite = {
"mxversion" : "6.0.1",
"mxversion" : "6.4.0",

"name" : "regex",

Expand Down Expand Up @@ -70,7 +70,7 @@
},
]
},

"ignore_suite_commit_info": True,
"licenses" : {
"upl" : {
"name" : "Universal Permissive License, Version 1.0",
Expand Down
3 changes: 2 additions & 1 deletion sdk/mx.sdk/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
# SOFTWARE.
#
suite = {
"mxversion" : "6.2.0",
"mxversion" : "6.4.0",
"name" : "sdk",
"version" : "22.3.0",
"release" : False,
Expand Down Expand Up @@ -84,6 +84,7 @@
},
]
},
"ignore_suite_commit_info": True,
"libraries" : {
"WRK_MULTIARCH": {
"urls": ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/wrk-a211dd5-multiarch.tar.gz"],
Expand Down
4 changes: 3 additions & 1 deletion tools/mx.tools/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# questions.
#
suite = {
"mxversion": "6.0.1",
"mxversion": "6.4.0",
"name": "tools",
"defaultLicense" : "GPLv2-CPE",

Expand Down Expand Up @@ -53,6 +53,8 @@
]
},

"ignore_suite_commit_info": True,

"projects" : {
"com.oracle.truffle.tools.chromeinspector" : {
"subDir" : "src",
Expand Down
3 changes: 2 additions & 1 deletion truffle/mx.truffle/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
# SOFTWARE.
#
suite = {
"mxversion" : "6.0.1",
"mxversion" : "6.4.0",
"name" : "truffle",
"version" : "22.3.0",
"release" : False,
Expand Down Expand Up @@ -69,6 +69,7 @@
},
]
},
"ignore_suite_commit_info": True,
"libraries" : {

# ------------- Libraries -------------
Expand Down

0 comments on commit 58e658a

Please sign in to comment.