Skip to content

Commit 5b17449

Browse files
r-barnesmeta-codesync[bot]
authored andcommitted
libaio manifest: claim alma/rocky satisfy via libaio-devel rpm
Summary: [rpms.distro=centos_stream] only matched centos_stream hosts. AlmaLinux 8/9 and Rocky also ship libaio-devel in BaseOS, so widen the predicate to any(distro=centos_stream,distro=alma,distro=rocky). Without this, getdeps falls back to a from-source build that trips over the pagure.io tarball's odd directory layout. Reviewed By: bigfootjon Differential Revision: D104428971 fbshipit-source-id: 036742355cd1ce4f98d14fac8e49124a1b79b410
1 parent 64f9702 commit 5b17449

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

  • build/fbcode_builder/manifests

build/fbcode_builder/manifests/libaio

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ name = libaio
44
[debs]
55
libaio-dev
66

7-
[rpms.distro=centos_stream]
7+
# AlmaLinux 8 ships libaio-devel in BaseOS; centos_stream too. Without
8+
# this entry, getdeps falls back to source-build, which trips over the
9+
# pagure.io tarball's odd directory layout.
10+
[rpms.any(distro=centos_stream,distro=alma,distro=rocky)]
811
libaio-devel
912

1013
[download]

0 commit comments

Comments
 (0)