Commit Graph

2 Commits

Author SHA1 Message Date
Pulkit Goyal
0f34435140 Add travis-CI integration by adding .travis.yml file.
Summary: Pull Request resolved: https://github.com/facebookexperimental/mononoke/pull/8

Differential Revision: D9015245

Pulled By: jsgf

fbshipit-source-id: e898c50241a837964b98b86aa2fd457cb4db5f5a
2018-07-26 10:09:32 -07:00
Pulkit Goyal
fc880f518b Add Cargo.toml files to crates. (#7)
Summary:
This is a series of patches which adds Cargo.toml files to all the crates and tries to build them. There is individual patch for each crate which tells whether that crate build successfully right now using cargo or not, and if not, reason behind that.

Following are the reasons why the crates don't build:

  * failure_ext and netstring crates which are internal
  * error related to tokio_io, there might be an patched version of tokio_io internally
  * actix-web depends on httparse which uses nightly features

All the build is done using rustc version `rustc 1.27.0-dev`.
Pull Request resolved: https://github.com/facebookexperimental/mononoke/pull/7

Differential Revision: D8778746

Pulled By: jsgf

fbshipit-source-id: 927a7a20b1d5c9643869b26c0eab09e90048443e
2018-07-09 19:52:27 -07:00