From 9ffabe45b5c7dd89bf03a6e527c4601675b2f471 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Szab=C3=B3?= Date: Thu, 22 Aug 2024 12:00:09 -0700 Subject: [PATCH] Build fast_float from source on Ubuntu < 24.04 Summary: libfast-float-dev only exists on Ubuntu 24.04 and newer, causing build failures on older releases. X-link: https://github.com/facebook/folly/pull/2283 Reviewed By: yfeldblum Differential Revision: D61622213 Pulled By: Orvid fbshipit-source-id: ea683431874d711f8e693b2dd6607cb36f5d8adf --- build/fbcode_builder/manifests/fast_float | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/fbcode_builder/manifests/fast_float b/build/fbcode_builder/manifests/fast_float index f91401de3..0d18995b7 100644 --- a/build/fbcode_builder/manifests/fast_float +++ b/build/fbcode_builder/manifests/fast_float @@ -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]