Skip to content

Commit

Permalink
fix libreadline8 php build dep for heroku-20
Browse files Browse the repository at this point in the history
  • Loading branch information
dzuelke committed May 30, 2024
1 parent e2f0b8b commit efc8b9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion support/build/php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ needed+=( libsodium23 )
if [[ $STACK == "heroku-20" ]]; then
needed+=( libicu66 )
needed+=( libldap-2.4-2 )
needed+=( libreadline5 )
needed+=( libreadline8 )
needed+=( libzip5 )
elif [[ $STACK == "heroku-22" ]]; then
needed+=( libicu70 )
Expand Down
4 changes: 1 addition & 3 deletions support/build/php-min
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ pushd ${dep_dirname}

# we need libreadline for PHP
needed=()
if [[ $STACK == "heroku-20" ]]; then
needed+=( libreadline5 )
elif [[ $STACK == "heroku-22" ]]; then
if [[ $STACK == heroku-2[02] ]]; then
needed+=( libreadline8 )
else
needed+=( libreadline8t64 )
Expand Down

0 comments on commit efc8b9d

Please sign in to comment.