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
libfast-float-dev only exists on Ubuntu 24.04 and newer, causing build
failures on older releases.
  • Loading branch information
mszabo-wikia committed Aug 21, 2024
1 parent 31f6e05 commit 6511ce0
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 6511ce0

Please sign in to comment.