Drop support for building GraalVM from source.

Closes #3.
This commit is contained in:
Fabio Niephaus
2022-01-14 10:20:26 +01:00
parent 308aa6ad2b
commit 0584de3fce
7 changed files with 6 additions and 254 deletions

View File

@@ -7,7 +7,6 @@ export const IS_WINDOWS = process.platform === 'win32'
export const VERSION_DEV = 'dev'
export const VERSION_LATEST = 'latest'
export const VERSION_TRUNK = 'trunk'
export const GRAALVM_BASE = join(homedir(), '.graalvm')
export const GRAALVM_FILE_EXTENSION = IS_WINDOWS ? '.zip' : '.tar.gz'