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

Document environment variable JULIA_PKG_PRESERVE_TIERED_INSTALLED #52362

Merged
merged 1 commit into from
Dec 15, 2023

Conversation

ranocha
Copy link
Member

@ranocha ranocha commented Dec 1, 2023

This is based on

julia> using Pkg

help?> Pkg.add
...
  │ Note
  │
  │  To change the default strategy to PRESERVE_TIERED_INSTALLED set the env var
  │  JULIA_PKG_PRESERVE_TIERED_INSTALLED to true.
...

I suggest to backport this so that it becomes available in the release docs of Julia v1.9 and newer.

@ranocha ranocha added docs This change adds or pertains to documentation backport 1.9 Change should be backported to release-1.9 backport 1.10 Change should be backported to the 1.10 release labels Dec 1, 2023
@KristofferC KristofferC mentioned this pull request Dec 12, 2023
17 tasks
@oscardssmith oscardssmith merged commit 2c2ea3a into JuliaLang:master Dec 15, 2023
11 checks passed
@ranocha ranocha deleted the patch-5 branch December 16, 2023 05:47
KristofferC pushed a commit that referenced this pull request Dec 23, 2023
…2362)

This is based on

```julia
julia> using Pkg

help?> Pkg.add
...
  │ Note
  │
  │  To change the default strategy to PRESERVE_TIERED_INSTALLED set the env var
  │  JULIA_PKG_PRESERVE_TIERED_INSTALLED to true.
...
```

I suggest to backport this so that it becomes available in the release
docs of Julia v1.9 and newer.

(cherry picked from commit 2c2ea3a)
@aviatesk aviatesk removed the backport 1.10 Change should be backported to the 1.10 release label Dec 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 1.9 Change should be backported to release-1.9 docs This change adds or pertains to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants