-
Notifications
You must be signed in to change notification settings - Fork 47
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 #124
Fix CI #124
Conversation
Hmm CI is failing on macos proj-sys:
Looking into it... |
@michaelkirk would it make sense to do an interim release of the proj up to e39a671 - without the 9.0 update? |
If you want to make a branch that passes CI from there I'd consider it. |
@michaelkirk https://github.com/georust/proj/compare/v0.25?expand=1 (not for merging into main) -- the Sigh, seems like we have so much cross-repo dependencies, it is not possible to simply update a little thing - because it depends on the latest (?) release of geo, which has already been updated to 2021 edition. We ought to make it less tightly coupled, so that each project can be easily released without breaking the whole CI chain elsewhere |
f47b88b
to
a1d020c
Compare
Wild! This is the last build that succeeded https://github.com/georust/proj/runs/5796562852?check_suite_focus=true#step:3:10
And this build failed:
I wonder if the new (much larger) bottle contains some of the offline grid data or something, causing different results. |
Here are the two changes between the seems probably innocuous:
🚨supports my theory about offline data changing:
|
In a I think they are failing because that job is using libproj from homebrew, rather than bundled proj. Homebrew recently started including some grid data in it's installation: Homebrew/homebrew-core@b3e7a63 Which gives different, presumably better, results. Maybe we should be doing that for our build too? That's another discussion though (I opened an issue: #125) I think this can be merged! (and then I think the release/0.26.0 should go out) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
well done! |
bors r+ |
Build succeeded: |
No description provided.