Skip to content

Commit

Permalink
Update src/Operations.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth authored Oct 29, 2024
1 parent 982f8a4 commit 3df64b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Operations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ function load_tree_hash!(registries::Vector{Registry.RegistryInstance}, pkg::Pac
if is_stdlib(pkg.uuid, julia_version) && pkg.tree_hash !== nothing
# manifests from newer julia versions might have stdlibs that are upgradable (FORMER_STDLIBS)
# that have tree_hash recorded, which we need to clear for this version where they are not upgradable
# given regular stdlibs don't have tree_hash recorded
pkg.tree_hash = nothing
return pkg
end
Expand Down

0 comments on commit 3df64b6

Please sign in to comment.