Avoid building libpolyglot.

This commit is contained in:
Fabio Niephaus 2022-01-05 10:30:55 +01:00
parent eff06eabf9
commit 58367967e0
No known key found for this signature in database
GPG Key ID: F21CF5275F31DFD6
3 changed files with 1 additions and 0 deletions

BIN
dist/index.js generated vendored

Binary file not shown.

BIN
dist/index.js.map generated vendored

Binary file not shown.

View File

@ -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