Skip to content

Commit 3fc4246

Browse files
jdelliotfacebook-github-bot
authored andcommitted
Updated lz4 manifest to exlude ls4-static on CentOS Stream 9
Summary: Ran into issue install dependenices via: `sudo opensource/fbcode_builder/getdeps.py install-system-deps --recursive eden` ``` ... Error: Unable to find a match: lz4-static ... ``` Reviewed By: chadaustin Differential Revision: D47688409 fbshipit-source-id: 281b930e7d94d616b88d291257112e729c5f3b29
1 parent 46f9bc2 commit 3fc4246

File tree

1 file changed

+2
-2
lines changed
  • build/fbcode_builder/manifests

1 file changed

+2
-2
lines changed

build/fbcode_builder/manifests/lz4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ lz4
66

77
[rpms]
88
lz4-devel
9-
# centos (not centos_stream that is Meta internal) 8 is missing this
10-
[rpms.not(all(distro=centos,distro_vers=8))]
9+
# centos 8 and centos_stream 9 are missing this rpm
10+
[rpms.not(any(all(distro=centos,distro_vers=8),all(distro=centos_stream,distro_vers=9)))]
1111
lz4-static
1212

1313
[debs]

0 commit comments

Comments
 (0)