-
Notifications
You must be signed in to change notification settings - Fork 549
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
Force new submissions to have a julia_compat
#9046
Comments
I agree, we should default to 1.6 now. |
What is the build-date distribution of JLLs with these deps? Since we don't have a policy to rebuild JLLs periodically we can end up with older builds being the most recent version still.
Don't we already do this? I think I recall seeing new recipes coming in with the compat bound already in place. |
The wizard always adds Having a check for new recipes to specify julia_compat sounds good. |
I think we should maybe change the default of To encourage users to state their intention. |
We should force new recipes to have a
julia_compat
.Many JLLs these days unnecessarily depend on Pkg, since their
julia_compat
is lower than 1.6We should probably default to 1.6 / current LTS and require a manual
julia_compat
for lower.cc: @KristofferC @giordano @staticfloat
The text was updated successfully, but these errors were encountered: