diff --git a/build/fbcode_builder/manifests/cachelib b/build/fbcode_builder/manifests/cachelib index 4f0c6dbf2..c340a2bb5 100644 --- a/build/fbcode_builder/manifests/cachelib +++ b/build/fbcode_builder/manifests/cachelib @@ -24,6 +24,7 @@ wangle zstd mvfst numa +libaio # cachelib also depends on openssl but since the latter requires a platform- # specific configuration we rely on the folly manifest to provide this # dependency to avoid duplication. diff --git a/build/fbcode_builder/manifests/libaio b/build/fbcode_builder/manifests/libaio new file mode 100644 index 000000000..e35991923 --- /dev/null +++ b/build/fbcode_builder/manifests/libaio @@ -0,0 +1,8 @@ +[manifest] +name = libaio + +[debs] +libaio-dev + +[rpms.distro=centos_stream] +libaio-devel