Skip to content

Commit

Permalink
Force precompile by calling
Browse files Browse the repository at this point in the history
  • Loading branch information
fivegrant committed Feb 21, 2024
1 parent 8947e28 commit da37401
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "6.0.0"
version = "6.0.1"

[deps]
ACSets = "227ef7b5-1206-438b-ac65-934d6da304b8"
Expand Down
7 changes: 7 additions & 0 deletions install.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ Pkg.activate(env_dir)
Pkg.instantiate()
Pkg.precompile()

packages = Symbol.(keys(Pkg.project().dependencies))

@info "Loading all dependencies to finish precompilation"
for package in packages
eval(:(using $package))
end

if target == "local"
@info """
Run either
Expand Down

0 comments on commit da37401

Please sign in to comment.