Commit 4150f71
Fix OSS CI
Summary:
The OSS CI (getdeps) is broken for more than 6 month already. Because of that we introduce github ci failures very often. Here's what fixed:
* Add `-f-bundled-folly` flag and run `setup-folly` and `setup-folly-version`. Same is done for github CI: facebookincubator/Glean#564. This is needed after we introduced folly-clib with cabal facebookincubator/hsthrift#155
* limit `async` version as in newer versions `Control.Concurrent.Stream` conflicts `fb-util`
Reviewed By: malanka, phlalx
Differential Revision: D90992416
fbshipit-source-id: d3bc015544775dbd855258bee50ecd72316843661 parent bd9c82a commit 4150f71
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
38 | | - | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
46 | | - | |
| 48 | + | |
0 commit comments