Skip to content

Commit

Permalink
Getdeps for hsthrift
Browse files Browse the repository at this point in the history
Summary:
X-link: facebookincubator/hsthrift#134

X-link: facebookincubator/zstrong#873

Builds and tests hsthrift with the fbthrift dependency.

Reviewed By: phlalx

Differential Revision: D58242707

fbshipit-source-id: 3cebb06e6659615a0077859f64a58fef3b3c5067
  • Loading branch information
Simon Marlow authored and facebook-github-bot committed Jun 7, 2024
1 parent acfc9b9 commit f894cb3
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions build/fbcode_builder/manifests/hsthrift
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,26 @@ 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

[build]
builder = make

[make.build_args]
cabal-update
all

[make.install_args]
install

0 comments on commit f894cb3

Please sign in to comment.