-
Notifications
You must be signed in to change notification settings - Fork 13
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
Trying to build main
results in "refusing to install version broken"
#86
Comments
I can't reproduce this. Is this Dockerfile where the error is coming from? I think this is pushing rakubrew a bit too far. Are you ok with me creating a PR to do this without rakubrew? (I think we had a discussion about this back in 2021.) |
Right, that's the Dockerfile. I can do it without rakubrew alright, but the fact that it happens more or less reproducibly means that there's some issue here that is not tested properly and that can arise over and over again... |
That's a good point. A possible solution to prevent this stumbling block in the future could be to check for |
I think that it would be nice to fix behaviors via tests; the is_broken (don't remember exactly the precise name of the function would have to look it up) has several possible factors and outcomes and would be nice to test it. |
Technically the logic tries to check if the build resulted in an installation rakubrew can use (i.e. the rakudo executables are in the place where rakubrew needs them to be).
Agreed. I'll add both, a check to prevent |
I've added the |
After trying to fix #85 by using
main
, that is,rakubrew build moar main
Different combinations of
blead
did not work either.The text was updated successfully, but these errors were encountered: