-
Notifications
You must be signed in to change notification settings - Fork 10
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
Refactor regenerate-mlir-bindings.yml workflow #204
Conversation
pkg"instantiate" | ||
pkg"update" | ||
pkg"precompile" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
┌ Warning: The Pkg REPL mode is intended for interactive use only, and should not be used from scripts. It is recommended to use the functional API instead.
└ @ Pkg.REPLMode /opt/hostedtoolcache/julia/1.10.5/x64/share/julia/stdlib/v1.10/Pkg/src/REPLMode/REPLMode.jl:382
Also i think we dont want to update:
pkg"instantiate" | |
pkg"update" | |
pkg"precompile" | |
Pkg.instantiate() | |
Pkg.precompile() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I've never agreed with that message. I would argue that a script is an interactive use and that you shouldn't use it in a library which uses Pkg
.
Anyway, we can change it. No problem.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
About update... I always call update by default. Update does more than the other commands and it has solved problems I had with the dependencies many times.
It seems that the problem is back (with this PR)? https://github.com/EnzymeAD/Reactant.jl/actions/runs/11555990929/job/32162656313#step:7:318
so we need the custom depot again 🤷 |
Up & running now! |
CC @Pangoraw