Commit e966bbb
committed
[build] fix ci-macos: pycurl, libev, keg-only packages
* don't install keg-only packages, use system ones instead
(seems to work)
* need to install pycurl in venv (test uses python3, which comes
from brew, which doesn't allow global pip3 install).
brew python-pycurl package is gone too.
* add manual paths to help meson find libev
Change-Id: Ia80aba027ab287a66df1f0acd99cad9b35ae25191 parent 2306c26 commit e966bbb
1 file changed
+13
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
| |||
18 | 22 | | |
19 | 23 | | |
20 | 24 | | |
21 | | - | |
22 | | - | |
23 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
24 | 28 | | |
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
28 | | - | |
29 | 32 | | |
30 | 33 | | |
31 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
32 | 40 | | |
33 | 41 | | |
34 | 42 | | |
| |||
49 | 57 | | |
50 | 58 | | |
51 | 59 | | |
| 60 | + | |
52 | 61 | | |
0 commit comments