Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit bfcc4df

Browse files
Disable service loader for graal builds
1 parent c368a18 commit bfcc4df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build-scripts/graal.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,10 @@ const NATIVE_IMAGE_BUILD_ARGS = [
5151
return '|';
5252
}),
5353
'-H:+ReportExceptionStackTraces',
54+
'-H:-UseServiceLoaderFeature',
5455
'-H:Log=registerResource:3',
5556
'--initialize-at-build-time',
57+
'--color=always',
5658
'-jar',
5759
path.resolve(process.cwd(), 'compiler.jar')
5860
];

0 commit comments

Comments
 (0)