forked from facebook/hhvm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
1 parent
e757981
commit 3e13cb2
Showing
2 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |