-
Notifications
You must be signed in to change notification settings - Fork 50
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
Update proj-sys to use libproj 9.4.0 #196
Conversation
re: macos failure
But the latest version available on hombrew is 9.4.0 https://formulae.brew.sh/formula/proj Do we need to |
Worked like a charm. Feel free to review! |
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
@@ -141,6 +141,7 @@ jobs: | |||
runs-on: macos-latest | |||
env: | |||
_PROJ_SYS_TEST_EXPECT_BUILD_FROM_SRC: 0 | |||
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: TRUE |
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.
Wow, this variable name is a doozy. (I realize it's from the homebrew project - not something you came up with 🤷♂️).
Is the idea that since we're manually updating we can ignore the auto-update feature?
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.
Yes, as it transiently causes the build to fail as those dependent package installs are randomly failing for no reason (see last two CI failures on macos)
No description provided.