Skip to content

Commit

Permalink
Update bin/compile
Browse files Browse the repository at this point in the history
Co-authored-by: Ed Morley <501702+edmorley@users.noreply.github.com>
  • Loading branch information
brahyt-sf and edmorley committed May 21, 2024
1 parent b659b4d commit 2f6cce8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ BUILDPACK_DIR="$(dirname $(dirname $0))"

if ! command -v stunnel4 > /dev/null; then

echo "! This buildpack uses stunnel, which isn’t supported on heroku-24 and later."
echo "! You don’t need this buildpack for Redis 6+. Remove it with the command:"
echo "! $ heroku buildpacks:remove heroku/redis"
echo "! To use Redis’ native TLS support, see https://devcenter.heroku.com/articles/heroku-redis#security-and-compliance."
echo "! This buildpack uses stunnel, which isn’t supported on heroku-24 and later." >&2
echo "! You don’t need this buildpack for Redis 6+. Remove it with the command:" >&2
echo "! $ heroku buildpacks:remove heroku/redis" >&2
echo "! To use Redis’ native TLS support, see https://devcenter.heroku.com/articles/heroku-redis#security-and-compliance:" >&2
echo "! https://devcenter.heroku.com/articles/heroku-redis#security-and-compliance" >&2

exit 1
fi
Expand Down

0 comments on commit 2f6cce8

Please sign in to comment.