Skip to content

Commit

Permalink
Build fast_float from source on Ubuntu < 24.04
Browse files Browse the repository at this point in the history
Summary:
libfast-float-dev only exists on Ubuntu 24.04 and newer, causing build failures on older releases.

X-link: facebook/folly#2283

Reviewed By: yfeldblum

Differential Revision: D61622213

Pulled By: Orvid

fbshipit-source-id: ea683431874d711f8e693b2dd6607cb36f5d8adf
  • Loading branch information
mszabo-wikia authored and facebook-github-bot committed Aug 22, 2024
1 parent a70cdf0 commit a2ba744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/fbcode_builder/manifests/fast_float
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ subdir = fast_float-2.0.0
FASTFLOAT_TEST = OFF
FASTFLOAT_SANITIZE = OFF

[debs]
[debs.not(all(distro=ubuntu,any(distro_vers="18.04",distro_vers="20.04",distro_vers="22.04")))]
libfast-float-dev

[rpms.distro=fedora]
Expand Down

0 comments on commit a2ba744

Please sign in to comment.