Skip to content
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

Remove BUILD_WITH_GEO_LIBRARIES sunset messaging #1347

Merged
merged 1 commit into from
Aug 15, 2022

Conversation

edmorley
Copy link
Member

Since:

  • the error has been in place since Nov 2020 (Make the BUILD_WITH_GEO_LIBRARIES warning fatal #1115), so the vast majority of apps/users will have already seen it
  • even without this explicit check, if a GDAL install fails we still print the standard instructions via the warnings system:
    puts-warn "Hello! Package installation failed since the GDAL library was not found."
    puts-warn "For GDAL, GEOS and PROJ support, use the Geo buildpack alongside the Python buildpack:"
    puts-warn "https://github.com/heroku/heroku-geo-buildpack"
    puts-warn " -- Much Love, Heroku."

GUS-W-11593037.

@edmorley edmorley self-assigned this Aug 14, 2022
@edmorley edmorley marked this pull request as ready for review August 14, 2022 14:24
@edmorley edmorley requested a review from a team as a code owner August 14, 2022 14:24
Since:
- the error has been in place since Nov 2020 (#1115), so the vast
  majority of apps/users will have already seen it
- even without this explicit check, if a GDAL install fails we still print
  the standard instructions via the warnings system:
   https://github.com/heroku/heroku-buildpack-python/blob/5f896a434c29c6835395083503f4768457e9adc1/bin/warnings#L49-L58
  https://github.com/heroku/heroku-buildpack-python/blob/5f896a434c29c6835395083503f4768457e9adc1/spec/hatchet/pip_spec.rb#L227-L240

GUS-W-11593037.
@edmorley edmorley force-pushed the rm-BUILD_WITH_GEO_LIBRARIES-check branch from 1f869ab to 877403e Compare August 15, 2022 11:18
@edmorley edmorley enabled auto-merge (squash) August 15, 2022 11:19
@edmorley edmorley merged commit 799feee into main Aug 15, 2022
@edmorley edmorley deleted the rm-BUILD_WITH_GEO_LIBRARIES-check branch August 15, 2022 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants