Commit e9691bca authored by Luca Niccolini's avatar Luca Niccolini Committed by Facebook Github Bot

do not build proxygen and mvfst for Windows (yet)

Summary:
does not affect the github build.
this is for fb CI

Reviewed By: dddmello

Differential Revision: D16935982

fbshipit-source-id: 61656fa600f19438b5aa89486486ed4ee103dea4
parent b3410b78
...@@ -7,6 +7,9 @@ shipit_fbcode_builder = true ...@@ -7,6 +7,9 @@ shipit_fbcode_builder = true
[git] [git]
repo_url = https://github.com/facebookincubator/mvfst.git repo_url = https://github.com/facebookincubator/mvfst.git
[build.os=windows]
builder = nop
[build] [build]
builder = cmake builder = cmake
subdir = . subdir = .
......
...@@ -7,6 +7,9 @@ shipit_fbcode_builder = true ...@@ -7,6 +7,9 @@ shipit_fbcode_builder = true
[git] [git]
repo_url = https://github.com/facebook/proxygen.git repo_url = https://github.com/facebook/proxygen.git
[build.os=windows]
builder = nop
[build] [build]
builder = cmake builder = cmake
subdir = . subdir = .
......
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