-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't double-install packages required for building Python.
I don't see a reason to double-install these apt packages. If we instead change the base for `python` `3.11` to be `python-core`, then we pick this up for free. It won't be cheaper in wall clock time since the jobs are parallel, but it saves network bandwidth/CPU/IOPS. More importantly, it reduces the chance of developer mistakes if we accidentally add or remove a package from one place and forget to copy/paste that change.
- Loading branch information
1 parent
340bbe8
commit 3413284
Showing
1 changed file
with
11 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters