Double precompilation

I just downloaded a Project.toml for a project I’m working on another computer. I went through Pkg.instantiate(), Pkg.precompile() and then started using some packages. To my surprise, JuMP was precompiled again. Is this expected? If so, why?

Thanks

Possibly fixed by JuliaLang/Pkg.jl#3308 which was recently merged.