1
0
mirror of https://github.com/facebook/proxygen.git synced 2025-08-19 00:21:58 +03:00
Commit Graph

5 Commits

Author SHA1 Message Date
Adam Simpkins
28e703c02e use fb_github_project_workdir() for folly
Summary:
Update the folly spec to use `fb_github_project_workdir()` rather than just
`github_project_workdir()`.

This shouldn't have any impact for external github-based builds, but for our
internal continuous integration builds this should make builds for downstream
projects pick up the correct local version of folly that matches the commit of
the downstream project that is being built.

This behavior was unintentionally changed to not use the `fb_*` version in
D10520960.

Differential Revision: D14969380

fbshipit-source-id: 000b10525821fb5e0312d1869198a68befa0bd91
2019-04-17 13:54:19 -07:00
Yunus Rahbar
e3b1c3b50d Add copyright headers to fbcode builder source files
Reviewed By: simpkins

Differential Revision: D12990230

fbshipit-source-id: 58d82299a8fe6aed75115008fe5dfb0f46d847c6
2018-11-09 09:52:15 -08:00
Wez Furlong
14f8ff9173 cmake in a _build subdir to fix macos build
Summary:
This addresses a hilarious but hard to trace build problem on
macOS.  The issue is that the build manages to resolve `folly/String.h`
in place of `string.h` and breaks compilation of `<cstring>` and all
that include it.

The resolution is to ensure that we generate a subdir for the cmake
build.

Reviewed By: simpkins

Differential Revision: D10520960

fbshipit-source-id: 9bebeda69c6e28ebca146f9b96ee01bedd2d6ef1
2018-10-23 18:57:22 -07:00
Adam Simpkins
63775487ff fbcode_builder: build folly using cmake
Summary:
Update the fbcode_builder spec for folly to build folly using its newer CMake
build scripts, rather than autoconf.

Reviewed By: yfeldblum

Differential Revision: D6793682

fbshipit-source-id: b724cf8be4a1afe20bd96e6113395a4fd44c438a
2018-01-24 16:26:35 -08:00
lesha
64dc78b3c3 Re-synchronize with fb-internal repository
Summary: We just changed the ShipIt rules, which requires this manual commit. There were also a couple of files that got out-of-sync a long time ago. Fix that.
2017-02-09 13:06:28 -08:00