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

Avoid redownloading MKL_jll for each testset #766

Closed
IanButterworth opened this issue Jan 24, 2023 · 1 comment · Fixed by #772
Closed

Avoid redownloading MKL_jll for each testset #766

IanButterworth opened this issue Jan 24, 2023 · 1 comment · Fixed by #772

Comments

@IanButterworth
Copy link
Member

Because each test starts with a clean depot state, as I think it should, they each download MKL_jll, which can make tests a lot slower (especially on my wifi which is relatively mediocre).

It'd be nice to figure out a way to ensure that MKL_jll is downloaded appropriately for apps, but avoid downloading it each time.

@DilumAluthge
Copy link
Member

Is there a different JLL that we can use for the tests? One that is not as big?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants