Skip to content

Commit

Permalink
Updated lz4 manifest to exlude ls4-static on CentOS Stream 9
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jdelliot authored and facebook-github-bot committed Jul 22, 2023
1 parent 502293d commit 017e426
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/fbcode_builder/manifests/lz4
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ lz4

[rpms]
lz4-devel
# centos (not centos_stream that is Meta internal) 8 is missing this
[rpms.not(all(distro=centos,distro_vers=8))]
# 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)))]
lz4-static

[debs]
Expand Down

0 comments on commit 017e426

Please sign in to comment.