-
Notifications
You must be signed in to change notification settings - Fork 107
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
Fix CI #231
Fix CI #231
Conversation
* Fix "Flow control statements are not properly nested." error from newer CMake Signed-off-by: Daniel Llewellyn <[email protected]>
bf23094
to
432de8d
Compare
- Use `vs2017-win2016` for chocolatey
ab9867d
to
c1c9310
Compare
a00f05f
to
9f39c41
Compare
Remove conflicting Python version prior to installing dependencies Link mbedtls@2
I have no idea what this does but oh well, it's neko \o/ |
Thanks, to summarise it just fixes some broken dependency links/versions and updates the OS builds as some had been removed from azure pipelines. As a sidenote, now that this has been merged #208, #209 and #225 are now effectively redundant (in some cases they were already out of date), so they can be closed to clean things up. |
Alright, thank you! Just point me at the next PR. |
Once #233 passes the only one left is the one to the Haxe repository itself: HaxeFoundation/haxe#10402 |
Nice, I'm enjoying this quest chain! |
Seems like the deploy stage failed... The PPA job seems to be broken because it tried to use Ubuntu 16, which I'm assuming is the default if no version is specified. I think #234 should fix that failure at least? |
Ok so that PR fixed the PPA job, however the S3 job is still failing: |
Pull request to get CI working again.
Depends on: #225