-
Notifications
You must be signed in to change notification settings - Fork 555
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
[QUESTION] Availability of latest Native Binaries for Managed-only build #1217
Comments
I'll trigger another build there... They have been paused from automatically billings for now. But, I also pushed a release (preview 55) to the preview feed: https://aka.ms/skiasharp-eap/index.json |
The azure build on master seems to have failed due to some test cases. @mattleibow |
Yeah. Re running them. We got an issue open to find out what is happening. |
@AshishMantosh all green! Have fun! |
I don't see Preview 55 in nuget. Any ETA on that? |
It is in the private feed for now. We just have a few more issues to close and then we can push to nuget.org |
As the expat library version was upgraded recently and the PR was merged yesterday: Update expat native library to 2.2.9 #1214
My aim is to use the latest native binaries from the master post this merge to perform a Managed-only build using the following command:
> .\bootstrapper.ps1 -t everything --skipExternals=all
And before I perform that, I can get the latest native binaries in the preparation step that is below:
> .\bootstrapper.ps1 -t externals-download
But I noticed that the master-builds in the SkiaSharp(Public) pipeline: https://dev.azure.com/xamarin/public/_build?definitionId=4
has the latest dating back to Feb7 while the PR I am concerned about was completed yesterday.
Can somebody manually trigger a new build to help me get the latest native binaries for the managed-only build?
The text was updated successfully, but these errors were encountered: