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

Write the compiled runtime in a scratch directory. #406

Merged
merged 1 commit into from
Mar 15, 2023
Merged

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Mar 15, 2023

Writing it into Julia's compilecache isn't nice, so use Scratch.jl for that. It does come at the expense of supporting layered depots with a pre-compiled runtime in one of the upper layers, but I'm not sure anybody was using that. Maybe some HPC systems, @vchuravy?

Closes #378

@maleadt maleadt merged commit ac95ac1 into master Mar 15, 2023
@maleadt maleadt deleted the tb/scratch branch March 15, 2023 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Don't write compiled runtimes in the compilecache
2 participants