remove jvm

This commit is contained in:
SrGooglo 2024-01-28 20:01:41 +01:00
parent f2e297ae9c
commit e5b840f884
1 changed files with 0 additions and 19 deletions

View File

@ -23,12 +23,6 @@ const defaultConfig = {
assigned_memory: 4096, assigned_memory: 4096,
} }
const JAVA_JRE_REMOTES = {
"win32-x64": "https://download.java.net/java/GA/jdk21.0.2/f2283984656d49d69e91c558476027ac/13/GPL/openjdk-21.0.2_windows-x64_bin.zip",
"darwin-x64": "https://download.java.net/java/GA/jdk21.0.2/f2283984656d49d69e91c558476027ac/13/GPL/openjdk-21.0.2_macos-x64_bin.tar.gz",
"linux-x64": "https://download.java.net/java/GA/jdk21.0.2/f2283984656d49d69e91c558476027ac/13/GPL/openjdk-21.0.2_linux-x64_bin.tar.gz"
}
module.exports = { module.exports = {
...vars, ...vars,
rsb_minimun_version: "0.9.3", rsb_minimun_version: "0.9.3",
@ -73,19 +67,6 @@ module.exports = {
} }
] ]
}, },
init: async ({os_string, install_path}) => {
return {
install_steps: {
http_downloads: [
{
tmp: true,
url: JAVA_JRE_REMOTES[os_string],
extract: `${install_path}/jdk`,
}
]
}
}
},
executable: true, executable: true,
check_updates_after_execute: true, check_updates_after_execute: true,
execute: async (pkg) => { execute: async (pkg) => {