Tags: facebook/folly
Tags
Fix a race in fibers::BatchSemaphore Summary: D66114255 fixed a data race in `fibers::Semaphore` occuring due to lack of 'happens-before' signal-wait synchronization. The very same issue exists in `fibers::BatchedSemaphore` which I came across today in a flaky unit test. Hence porting the fix. Reviewed By: Gownta Differential Revision: D68594868 fbshipit-source-id: 752a7b15198015928a7fe040fecc8b3c9e56a889
Support GHC 9.2.8 in the OSS build Summary: X-link: facebookincubator/Glean#482 X-link: facebookincubator/zstrong#1147 Reviewed By: josefs Differential Revision: D68326697 fbshipit-source-id: 4aaebfe64b6b481ae1c8857f850c722507be4ff2
fixing typo in libunwind Summary: X-link: facebookincubator/zstrong#1111 as title Reviewed By: ahornby Differential Revision: D68023567 fbshipit-source-id: 388befe8d6a080b7cb912764508fa9daf092082c
Migrate OSS build from custom to getdeps Summary: X-link: facebookincubator/zstrong#1098 We have been manually syncing our builds when there is a change in builds of our dependencies (folly, thrift). This has been one of the major source of work in OSS maintenance. Migrating to getdeps will automatically sync the dependencies which means we only have to manage our own builds. NOTE: There is a dependency of getdeps on zlib which requires us to first run sudo dnf install -y zlib-devel before we successfully run getdeps. I don't think this should affect the OSS build as it is a getdeps dependency. Reviewed By: haowu14 Differential Revision: D65844211 fbshipit-source-id: 8e89e670cdec4a21ca7aba48ae58b5b72ddbf832
Updating hashes Summary: GitHub commits: facebook/buck2-prelude@e43c7c8 facebook/buck2-shims-meta@3451718 facebook/fb303@e5775af facebook/fbthrift@11b6422 2256efb facebook/mvfst@c59b3bf facebook/proxygen@b2072d7 facebook/wangle@3335109 facebookexperimental/edencommon@f04117e facebookexperimental/rust-shed@f6b7664 facebookincubator/fizz@4e9b55f Reviewed By: ajb85 fbshipit-source-id: c73f16b7efe7fc162ce6612d6e8a0f7eb481d8b7
Updating hashes Summary: GitHub commits: facebook/buck2-prelude@080a7cc facebook/buck2-shims-meta@13a2db6 facebook/fb303@a8de9bf facebook/fbthrift@e5d44cf 1cbea3a facebook/mvfst@761e381 facebook/proxygen@1a24c1b facebook/wangle@9918e8b facebookexperimental/edencommon@d149685 facebookexperimental/rust-shed@6d1975f facebookincubator/fizz@38928c3 Reviewed By: ajb85 fbshipit-source-id: 22c7a1598ed801910099f2ab1e5b3dbfc9cc1d1b
PreviousNext