mirror of
https://github.com/graalvm/setup-graalvm.git
synced 2025-01-19 03:43:02 +08:00
Avoid building libpolyglot.
This commit is contained in:
parent
eff06eabf9
commit
58367967e0
1
dist/index.js
generated
vendored
1
dist/index.js
generated
vendored
@ -185,6 +185,7 @@ function setUpGraalVMTrunk(javaVersion, components) {
|
||||
'--no-download-progress',
|
||||
'--disable-installables=true',
|
||||
'--force-bash-launchers=true',
|
||||
'--disable-libpolyglot',
|
||||
'--exclude-components=LibGraal',
|
||||
'--dynamicimports',
|
||||
dynamicImports
|
||||
|
2
dist/index.js.map
generated
vendored
2
dist/index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
@ -67,6 +67,7 @@ export async function setUpGraalVMTrunk(
|
||||
'--no-download-progress', // avoid cluttering the build log
|
||||
'--disable-installables=true', // installables not needed
|
||||
'--force-bash-launchers=true', // disable native launchers
|
||||
'--disable-libpolyglot', // avoid building libpolyglot to save time
|
||||
'--exclude-components=LibGraal', // avoid building libgraal to save time
|
||||
'--dynamicimports',
|
||||
dynamicImports
|
||||
|
Loading…
x
Reference in New Issue
Block a user