You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set JULIA_PKGDIR before Julia ever starts up when building docs (#25009)
Attempting to set `ENV["JULIA_PKGDIR"]` from within Julia doesn't work,
as the `LOAD_CACHE_PATH` is initialized within an `__init__()` function
within `Pkg`, causing compile cache files to be saved to the default
location (within the user's `$HOME`) rather than the override location.
This change ensures that the docs pkg environment is properly confined.
0 commit comments