Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3rd party libs should be downloaded via getDependency job #3921

Open
llxia opened this issue Aug 15, 2022 · 0 comments
Open

3rd party libs should be downloaded via getDependency job #3921

llxia opened this issue Aug 15, 2022 · 0 comments

Comments

@llxia
Copy link
Contributor

llxia commented Aug 15, 2022

Some 3rd libs get downloaded at runtime (see the links below).

<var name="curl_options" value="-Lks https://sourceforge.net/projects/dacapobench/files/latest/download -o dacapo.jar"/>

<var name="curl_options" value="-Lks https://github.com/renaissance-benchmarks/renaissance/releases/download/v0.14.0/renaissance-mit-0.14.0.jar -o ${FILE_NAME}"/>

Depending on the network status and 3rd party server availability, we may run into the issue of having Invalid or corrupt jarfile (see runtimes/backlog/issues/872). We should pre-download the 3rd party lib via https://ci.adoptopenjdk.net/job/test.getDependency/

code is in TKG: https://github.com/adoptium/TKG/blob/ae395bd9f8dff8ab73e39608916955147308e1aa/scripts/getDependencies.pl#L62

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant