Deprecated building from source (#3).

This commit is contained in:
Fabio Niephaus
2022-01-05 12:51:41 +01:00
parent 58367967e0
commit 1eba352ba8
4 changed files with 7 additions and 3 deletions

View File

@@ -35,6 +35,9 @@ async function run(): Promise<void> {
graalVMHome = await graalvm.setUpGraalVMDevBuild(javaVersion)
break
case c.VERSION_TRUNK:
core.warning(
"Building GraalVM from source is deprecated and will be removed on Jan 10, 2022. Please use the latest dev build instead (version: 'dev'). For more details see https://github.com/graalvm/setup-graalvm/issues/3"
)
graalVMHome = await setUpGraalVMTrunk(javaVersion, components)
break
default: