Add support for graalpy

This commit is contained in:
Tim Felgentreff 2023-06-27 20:40:17 +02:00
parent f97b83114c
commit ad7b7ba29e
7 changed files with 6841 additions and 0 deletions

View file

@ -29,6 +29,16 @@ export interface IPyPyManifestRelease {
files: IPyPyManifestAsset[];
}
export interface IGraalPyManifestAsset {
name: string;
browser_download_url: string;
}
export interface IGraalPyManifestRelease {
tag_name: string;
assets: IGraalPyManifestAsset[];
}
/** create Symlinks for downloaded PyPy
* It should be executed only for downloaded versions in runtime, because
* toolcache versions have this setup.