Skip to content

Commit 3e13cb2

Browse files
Pranav Bhandarifacebook-github-bot
authored andcommitted
Add libaio as a library
Summary: X-link: facebook/openzl#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
1 parent e757981 commit 3e13cb2

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

build/fbcode_builder/manifests/cachelib

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ wangle
2424
zstd
2525
mvfst
2626
numa
27+
libaio
2728
# cachelib also depends on openssl but since the latter requires a platform-
2829
# specific configuration we rely on the folly manifest to provide this
2930
# dependency to avoid duplication.

build/fbcode_builder/manifests/libaio

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[manifest]
2+
name = libaio
3+
4+
[debs]
5+
libaio-dev
6+
7+
[rpms.distro=centos_stream]
8+
libaio-devel

0 commit comments

Comments
 (0)