Skip to content

Commit ece13fc

Browse files
committed
[GR-69773] Fix sulong cross platform build problem.
PullRequest: graal/22187
2 parents d9e7607 + a40e441 commit ece13fc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Jsonnet files should not include this file directly but use ci/common.jsonnet instead."
55
],
66

7-
"mx_version": "7.59.0",
7+
"mx_version": "7.61.0",
88

99
"COMMENT.jdks": "When adding or removing JDKs keep in sync with JDKs in ci/common.jsonnet",
1010
"jdks": {

sulong/mx.sulong/mx_sulong_suite_constituents.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,9 @@ def __init__(self, suite, name, deps, workingSets, subDir, results=None, output=
413413
srcDir = mx_subst.path_substitutions.substitute(srcDir)
414414
super(AbstractSulongNativeProject, self).__init__(suite, name, subDir, [srcDir], deps, workingSets, results, output, d, **args)
415415

416+
def isJDKDependent(self):
417+
return False
418+
416419

417420
class VariantCMakeNinjaBuildTask(mx_cmake.CMakeNinjaBuildTask):
418421
def __init__(self, args, project, target_arch=mx.get_arch(), ninja_targets=None, variant=None):

0 commit comments

Comments
 (0)