Skip to content

Commit

Permalink
Add libaio as a library
Browse files Browse the repository at this point in the history
Summary:
X-link: facebookincubator/zstrong#1103

CacheLib OSS builds are failing because getdeps assumes libaio is already installed but for navy is a requirement for us to compile folly successfully.

Reviewed By: fanzeyi

Differential Revision: D67814070

fbshipit-source-id: 29d9b7038178bffa459fc7b983bf0eb7f3a86598
  • Loading branch information
Pranav Bhandari authored and facebook-github-bot committed Jan 6, 2025
1 parent 17d4a9a commit 9ae8eb2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/fbcode_builder/manifests/cachelib
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
8 changes: 8 additions & 0 deletions build/fbcode_builder/manifests/libaio
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[manifest]
name = libaio

[debs]
libaio-dev

[rpms.distro=centos_stream]
libaio-devel

0 comments on commit 9ae8eb2

Please sign in to comment.