From fc593ac4283f5cbde6d316e9374af6b58ebd7e87 Mon Sep 17 00:00:00 2001 From: Tim Schroeder Date: Wed, 22 Jan 2025 20:02:27 +0100 Subject: [PATCH] exclude lz4-static on rocky linux got the following error running `sudo python3 ./build/fbcode_builder/getdeps.py install-system-deps --recursive watchman` on rocky linux: ``` No match for argument: lz4-static ``` --- build/fbcode_builder/manifests/lz4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/fbcode_builder/manifests/lz4 b/build/fbcode_builder/manifests/lz4 index 68a2c3061447..39375cddb253 100644 --- a/build/fbcode_builder/manifests/lz4 +++ b/build/fbcode_builder/manifests/lz4 @@ -6,8 +6,8 @@ lz4 [rpms] lz4-devel -# centos 8 and centos_stream 9 are missing this rpm -[rpms.not(any(all(distro=centos,distro_vers=8),all(distro=centos_stream,distro_vers=9)))] +# centos 8, centos_stream 9 and rocky are missing this rpm +[rpms.not(any(all(distro=centos,distro_vers=8),all(distro=centos_stream,distro_vers=9),distro=rocky))] lz4-static [debs]