Skip to content

Commit

Permalink
Remove manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
mkitti committed Oct 28, 2023
1 parent ac64ef5 commit b47db96
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1,687 deletions.
23 changes: 11 additions & 12 deletions src/precompile.jl
Original file line number Diff line number Diff line change
Expand Up @@ -93,20 +93,19 @@ function pkg_precompile()
Pkg.REPLMode.try_prompt_pkg_add(Symbol[:notapackage])
Pkg.update(; update_registry=false)
Pkg.status()

Pkg.activate("TestPkg.jl")
pkgs_path = abspath(joinpath(dirname(pathof(Pkg)), ".." ,"test", "test_packages"))
Pkg.activate(joinpath(pkgs_path, "A"))
Pkg.activate(joinpath(pkgs_path, "BasicCompat"))
Pkg.activate(joinpath(pkgs_path, "HDF5"))
Pkg.activate(joinpath(pkgs_path, "ImageMorphology"))
Pkg.activate(joinpath(pkgs_path, "Plots"))
Pkg.activate(joinpath(pkgs_path, "A"))
Pkg.activate(joinpath(pkgs_path, "HDF5"))
Pkg.activate(; temp=true)
Pkg.activate()
end
Pkg.precompile()
Pkg.activate("TestPkg.jl")
pkgs_path = abspath(joinpath(dirname(pathof(Pkg)), ".." ,"test", "test_packages"))
Pkg.activate(joinpath(pkgs_path, "A"))
Pkg.activate(joinpath(pkgs_path, "BasicCompat"))
Pkg.activate(joinpath(pkgs_path, "HDF5"))
Pkg.activate(joinpath(pkgs_path, "ImageMorphology"))
Pkg.activate(joinpath(pkgs_path, "Plots"))
Pkg.activate(joinpath(pkgs_path, "A"))
Pkg.activate(joinpath(pkgs_path, "HDF5"))
Pkg.activate(; temp=true)
Pkg.activate()
try Base.rm(tmp; recursive=true)
catch
end
Expand Down
229 changes: 0 additions & 229 deletions test/test_packages/HDF5/Manifest.toml

This file was deleted.

0 comments on commit b47db96

Please sign in to comment.