Commit 362789e
fbcode_builder: recognize 'alma' as an rpm-using distro
Summary:
AlmaLinux is needed for PyPI generation.
AlmaLinux 8/9 reports its distro as "alma" via /etc/os-release. Without this entry in get_package_manager(), get_required_system_packages() returns no packages on Alma hosts and any [rpms.os=linux] manifest section is silently dropped, falling back to a from-source build that often fails (e.g. libaio).
Reviewed By: bigfootjon
Differential Revision: D104428963
fbshipit-source-id: 39d9fe1ec74c3276ccbcc9325778073f5a50bf531 parent 9777612 commit 362789e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | | - | |
| 276 | + | |
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
| |||
0 commit comments