mirror of
https://github.com/facebook/proxygen.git
synced 2025-08-07 07:02:53 +03:00
python: install python3.8-dev on Ubuntu 18.04
Summary: It turns out we don't have to compile Python from source on Ubuntu 18.04. python3.8-dev is sufficient to complete a getdeps build of Watchman on Ubuntu 18.04. This reduces build times by a minute or two on my Vagrant VM. Reviewed By: xavierd Differential Revision: D38931978 fbshipit-source-id: bcde84fc5aca6e0466191650a316130c426d0dc5
This commit is contained in:
committed by
Facebook GitHub Bot
parent
cde5910efc
commit
638f656411
@@ -9,6 +9,9 @@ python3
|
|||||||
python3-devel
|
python3-devel
|
||||||
|
|
||||||
# eden_scm needs dataclasses which arrive in 3.7, and the bionic python is 3.6
|
# eden_scm needs dataclasses which arrive in 3.7, and the bionic python is 3.6
|
||||||
|
[debs.all(distro=ubuntu,distro_vers="18.04")]
|
||||||
|
python3.8-dev
|
||||||
|
|
||||||
[debs.not(all(distro=ubuntu,distro_vers="18.04"))]
|
[debs.not(all(distro=ubuntu,distro_vers="18.04"))]
|
||||||
python3-all-dev
|
python3-all-dev
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user