Page MenuHomePhabricator

[builds-builder,apt] migrate from apt buildpack to Heroku's .deb packages buildpack
Open, MediumPublic

Description

Heroku recently released a new ".deb packages" buildpack that looks similar to the custom apt buildpack we are now using in Toolforge.

We should look into migrating to using the Heroku buildpack, and delete our fork of the custom apt buildpack that we maintain at https://gitlab.wikimedia.org/repos/cloud/toolforge/buildpacks/apt-buildpack.

Related Objects

Event Timeline

Restricted Application added a subscriber: Aklapper. · View Herald Transcript
dcaro renamed this task from migrate from apt buildpack to Heroku's .deb packages buildpack to [builds-builder,apt] migrate from apt buildpack to Heroku's .deb packages buildpack.Feb 24 2025, 4:39 PM

Note that a newer version of the upstream deb packages buildpack allows specifying external repos, that feature should be gated as it is currently: https://github.com/heroku/buildpacks-deb-packages/pull/116

Yep, sorry for the confusion, this should get people unblocked https://gitlab.wikimedia.org/repos/cloud/toolforge/builds-builder/-/merge_requests/86 until we do a migration before not supporting the old apt anymore.