Skip to content

Commit 85d3293

Browse files
committed
[GR-17807] Fix layout of GraalVM support distribution.
PullRequest: graalpython/624
2 parents 9b4b5d2 + acbd1c5 commit 85d3293

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

mx.graalpython/suite.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -238,18 +238,15 @@
238238
"subDir": "graalpython",
239239
"native": True,
240240
"vpath": False,
241-
"results": ["graalpython/lib-graalpython"],
241+
"results": ["graalpython/include"],
242242
"output": ".",
243243
"buildDependencies": [
244244
"sulong:SULONG_HOME",
245245
"sulong:SULONG_LEGACY",
246246
"sulong:SULONG_BOOTSTRAP_TOOLCHAIN",
247247
],
248248
"buildEnv": {
249-
"POLYGLOT_INC": "<path:SULONG_HOME>/include",
250249
"TRUFFLE_H_INC": "<path:SULONG_LEGACY>/include",
251-
"CLANG": "<toolchainGetToolPath:native,CC>",
252-
"PLATFORM": "<toolchainGetIdentifier:native>",
253250
"ARCH": "<arch>",
254251
"OS": "<os>",
255252
},
@@ -352,12 +349,13 @@
352349
"description": "Graal.Python support distribution for the GraalVM",
353350
"layout": {
354351
"./": [
355-
"dependency:com.oracle.graal.python.cext/graalpython/lib-graalpython",
356-
"file:graalpython/com.oracle.graal.python.cext/include",
352+
"dependency:com.oracle.graal.python.cext/graalpython/include",
357353
"extracted-dependency:graalpython:GRAALPYTHON_PYTHON_LIB",
358354
"file:mx.graalpython/native-image.properties",
355+
"file:graalpython/lib-graalpython",
359356
],
360357
"./lib-graalpython/capi/": [
358+
"file:graalpython/com.oracle.graal.python.cext/setup.py",
361359
"file:graalpython/com.oracle.graal.python.cext/src",
362360
"file:graalpython/com.oracle.graal.python.cext/modules",
363361
],

0 commit comments

Comments
 (0)