Skip to content

Commit

Permalink
Heroku-24: Remove libnetpbm10-dev (#301)
Browse files Browse the repository at this point in the history
Since:
- The `libnetpbm10-dev` package is actually an empty virtual package,
- The runtime library it pulls in (`libnetpbm11`) isn't in any of our
  run images (all the way back to Heroku-18), meaning it's not actually
  usable at runtime anyway, and yet no one has reported its absence in
  the last 6 years.

Towards #266.
GUS-W-15159536.
  • Loading branch information
edmorley authored May 13, 2024
1 parent 4b93228 commit 47e44ba
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion heroku-24-build/installed-packages-amd64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ libmysqlclient-dev
libmysqlclient21
libncurses6
libncursesw6
libnetpbm11t64
libnettle8t64
libnghttp2-14
libnpth0t64
Expand Down
1 change: 0 additions & 1 deletion heroku-24-build/installed-packages-arm64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,6 @@ libmysqlclient-dev
libmysqlclient21
libncurses6
libncursesw6
libnetpbm11t64
libnettle8t64
libnghttp2-14
libnpth0t64
Expand Down
1 change: 0 additions & 1 deletion heroku-24-build/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ packages=(
libmagickwand-dev
libmemcached-dev
libmysqlclient-dev
libnetpbm10-dev
libonig-dev
libpq-dev
librabbitmq-dev
Expand Down

0 comments on commit 47e44ba

Please sign in to comment.