Skip to content

Commit

Permalink
exclude lz4-static on rocky linux
Browse files Browse the repository at this point in the history
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
```
  • Loading branch information
t-schroeder authored Jan 22, 2025
1 parent e8eece7 commit fc593ac
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 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]
Expand Down

0 comments on commit fc593ac

Please sign in to comment.