-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ubuntu: build fmt from source in setup script (#8678)
Summary: The default libfmt-dev package installed on Ubuntu 22.04 is version 8.1.1 (`libfmt-dev/jammy,now 8.1.1+ds1-2 amd64 [installed]`) However, the fmt version installed needs to be at least fmt 9. On CentOS fmt 10.1.1 is downloaded and installed. This PR now does the same for Ubuntu. Otherwise, both fmt and folly need to be set to build from the bundled versions. Pull Request resolved: #8678 Reviewed By: Yuhta Differential Revision: D53574103 Pulled By: kgpai fbshipit-source-id: 6b9ef7ccf81da94ada73d0da39df90a697437ba0
- Loading branch information
1 parent
cfa1133
commit 3dcca8d
Showing
2 changed files
with
9 additions
and
3 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