Skip to content

Commit 8d66e60

Browse files
committed
Remove CLinker optimization for now
1 parent 0f6cc66 commit 8d66e60

File tree

2 files changed

+0
-157
lines changed

2 files changed

+0
-157
lines changed

graalpython/com.oracle.graal.python.jdk16/src/com/oracle/graal/python/builtins/objects/cext/hpy/GraalHPyJNIContext.java

Lines changed: 0 additions & 138 deletions
This file was deleted.

mx.graalpython/suite.py

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -284,25 +284,6 @@
284284
"spotbugsIgnoresGenerated": True,
285285
},
286286

287-
"com.oracle.graal.python.jdk16": {
288-
"subDir": "graalpython",
289-
"sourceDirs": ["src"],
290-
"requires": ["jdk.incubator.foreign"],
291-
"dependencies": [
292-
"truffle:TRUFFLE_API",
293-
"sdk:GRAAL_SDK",
294-
"sulong:SULONG_API",
295-
],
296-
"buildDependencies": ["com.oracle.graal.python"],
297-
"overlayTarget": "com.oracle.graal.python",
298-
"checkPackagePrefix": "false",
299-
"multiReleaseJarVersion": "99",
300-
"javaCompliance": "99",
301-
#"multiReleaseJarVersion": "16",
302-
#"javaCompliance": "16+",
303-
"workingSets": "Truffle,Python",
304-
},
305-
306287
# GRAALPYTHON TEST
307288
"com.oracle.graal.python.test": {
308289
"subDir": "graalpython",

0 commit comments

Comments
 (0)