mirror of
https://github.com/facebook/proxygen.git
synced 2025-08-07 07:02:53 +03:00
Support of Arch Linux in getdeps.py
Summary: X-link: https://github.com/facebookincubator/zstrong/pull/907 I don't sure that I make all in accordance with the your contribution pipeline, so please correct me If there is needed. So, I've made some changes to support the `pacman` package manager in your `getdeps.py` script. In `manifests` I'm also duplicated some packages from `debs` and `rpms` sections and create a new `pps` sections with according packages for `pacman`. Issue: https://github.com/facebook/folly/issues/1701 X-link: https://github.com/facebook/folly/pull/1702 Reviewed By: yfeldblum Differential Revision: D33514769 Pulled By: Orvid fbshipit-source-id: a081c3a5bcb7f7cdde3a4a91c0d15517c0a171b3
This commit is contained in:
committed by
Facebook GitHub Bot
parent
5c0c2f9962
commit
da8d696080
@@ -15,6 +15,9 @@ python3.8-dev
|
||||
[debs.not(all(distro=ubuntu,distro_vers="18.04"))]
|
||||
python3-all-dev
|
||||
|
||||
[pps]
|
||||
python3
|
||||
|
||||
[download]
|
||||
url = https://www.python.org/ftp/python/3.8.13/Python-3.8.13.tgz
|
||||
sha256 = 903b92d76354366b1d9c4434d0c81643345cef87c1600adfa36095d7b00eede4
|
||||
|
Reference in New Issue
Block a user