Skip to content

Commit fe0cac0

Browse files
author
Hamza Ech-chadli
committed
[GR-69079] Deprecate ignore_suite_commit_info flag/option in favor of capture_suite_commit_info
PullRequest: js/3615
2 parents 5318b94 + 72aa1f6 commit fe0cac0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pylint: disable=line-too-long
22
suite = {
3-
"mxversion" : "7.58.0",
3+
"mxversion" : "7.65.0",
44

55
"name" : "graal-js",
66

@@ -50,6 +50,8 @@
5050

5151
"defaultLicense" : "UPL",
5252

53+
"capture_suite_commit_info": True,
54+
5355
"libraries" : {
5456
"NETBEANS_PROFILER" : {
5557
"urls" : ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/truffle/js/org-netbeans-lib-profiler-8.2-201609300101.jar"],

graal-nodejs/mx.graal-nodejs/suite.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
suite = {
3-
"mxversion" : "7.58.0",
3+
"mxversion" : "7.65.0",
44
"name" : "graal-nodejs",
55
"version" : "25.1.0",
66
"release" : False,
@@ -40,6 +40,8 @@
4040

4141
"defaultLicense" : "UPL",
4242

43+
"capture_suite_commit_info": True,
44+
4345
"libraries" : {
4446
"NASM" : {
4547
"packedResource": True,

0 commit comments

Comments
 (0)