mirror of
https://github.com/facebook/proxygen.git
synced 2025-08-08 18:02:05 +03:00
Summary: X-link: https://github.com/facebookincubator/hsthrift/pull/160 Make getdeps work again Reviewed By: kbojarczuk Differential Revision: D78560675 fbshipit-source-id: 7602f45c02eecda9ec5bda9b32a9b0d5d23766b7
37 lines
482 B
Plaintext
37 lines
482 B
Plaintext
[manifest]
|
|
name = hsthrift
|
|
fbsource_path = fbcode/common/hs
|
|
shipit_project = facebookincubator/hsthrift
|
|
use_shipit = true
|
|
|
|
[shipit.pathmap]
|
|
# These are only used by target determinator to trigger builds, the
|
|
# real path mappings are in the ShipIt config.
|
|
fbcode/common/hs = .
|
|
|
|
[dependencies]
|
|
cabal
|
|
ghc
|
|
gflags
|
|
glog
|
|
folly
|
|
fbthrift
|
|
wangle
|
|
fizz
|
|
boost
|
|
|
|
[build]
|
|
builder = make
|
|
|
|
[make.build_args]
|
|
setup-folly
|
|
setup-meta
|
|
cabal-update
|
|
all
|
|
|
|
[make.install_args]
|
|
install
|
|
|
|
[make.test_args]
|
|
test
|