Commit 9d03fa29 authored by Eric Niebler's avatar Eric Niebler Committed by Facebook Github Bot

exclude folly/experimental/pushmi from the OSS builds for now

Summary: folly/experimental/pushmi isn't ready to build in the OSS environment yet, so exclude it.

Reviewed By: Orvid

Differential Revision: D10428301

fbshipit-source-id: d6f033894cc060b560697f6bfa1d1f78102568d3
parent b8860675
...@@ -99,6 +99,7 @@ REMOVE_MATCHES_FROM_LISTS(files hfiles ...@@ -99,6 +99,7 @@ REMOVE_MATCHES_FROM_LISTS(files hfiles
"^${FOLLY_DIR}/experimental/exception_tracer/" "^${FOLLY_DIR}/experimental/exception_tracer/"
"^${FOLLY_DIR}/experimental/hazptr/bench/" "^${FOLLY_DIR}/experimental/hazptr/bench/"
"^${FOLLY_DIR}/experimental/hazptr/example/" "^${FOLLY_DIR}/experimental/hazptr/example/"
"^${FOLLY_DIR}/experimental/pushmi/"
"^${FOLLY_DIR}/futures/exercises/" "^${FOLLY_DIR}/futures/exercises/"
"^${FOLLY_DIR}/logging/example/" "^${FOLLY_DIR}/logging/example/"
"^${FOLLY_DIR}/(.*/)?test/" "^${FOLLY_DIR}/(.*/)?test/"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment