-
Notifications
You must be signed in to change notification settings - Fork 11
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
Cannot build release on MacOS #13
Comments
Try |
Thank you, that solves the problem. However, when building from the zipped source, it seems that the build fails because Is there an option to build from a static directory instead of git? (preferred) P.S. why do we use |
I had forgotten to push the latest changes to my Currently, building from the zipped sources (provided automatically by Github) is not possible. Both Scala 2 and Scala 3 feature inlining. In Scala 2 it is an optional (and expensive) optimization, so I introduced dev and prod builds. In Scala 3, inlining works differently and cannot be disabled, so there is no difference between the build types any more. |
The build now seems to start. However, it seems that an error in formatting the deprecation warning is stopping the build for succeeding: https://github.com/Dekker1/homebrew-minizinc/actions/runs/3382286052/jobs/5633182090#step:8:521 |
Analysis:
The issue can be fixed or worked around in four ways:
If you cannot fix the Homebrew build and really want or need to build yourself and to build with Java 19, then let's discuss the technical details via email. |
I reported the build issue in com-lihaoyi/mill#2105. |
It turned out that the |
That is good news. I hope they come with a release soon :) |
I just pushed the branch |
I seem to be running into another odd issue again: https://github.com/Dekker1/homebrew-minizinc/actions/runs/3424097391/jobs/5703399310#step:8:598 I might for now just use the released built binaries, but would love to solve these issues and build it in the formula again in the future |
is not from the Yuck build, it's a Ruby error message. |
Ah, I probably should have guessed that. I'll investigate further when I find some time. Thanks again for the all the help! |
All solved. Once more, thank you for the support! |
I'm trying to update the Yuck version in my Homebrew tap, but it seems that I cannot actually build on MacOS anymore (the ubuntu build seems to go okay).
On MacOS the
mill
builder no longer seems to detect theuniversalBuild
preset:(Dekker1/homebrew-minizinc#29)
Running the resolve locally gives me:
I'm not really familiar with the scala tooling, so maybe I'm just missing a dependency or something like that (currently it is just
mill
andjava
). Any pointers would be much appreciated.The text was updated successfully, but these errors were encountered: