File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
build/fbcode_builder/manifests Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,17 @@ BUILD_EXAMPLES = OFF
1717[cmake.defines.test=on]
1818BUILD_TESTS = ON
1919
20- [cmake.defines.test=off ]
20+ [cmake.defines.all(os=windows, test=on) ]
2121BUILD_TESTS = OFF
2222
23+ [cmake.defines.test=off]
24+ BUILD_TESTS = OFF
2325
2426[dependencies]
2527folly
2628libsodium
2729
28- [dependencies.test=on]
30+ [dependencies.all( test=on, not(os=windows)) ]
2931googletest_1_8
3032
3133[shipit.pathmap]
Original file line number Diff line number Diff line change @@ -14,14 +14,17 @@ subdir = .
1414[cmake.defines.test=on]
1515BUILD_TESTS = ON
1616
17+ [cmake.defines.all(os=windows, test=on)]
18+ BUILD_TESTS = OFF
19+
1720[cmake.defines.test=off]
1821BUILD_TESTS = OFF
1922
2023[dependencies]
2124folly
2225fizz
2326
24- [dependencies.test=on]
27+ [dependencies.all( test=on, not(os=windows)) ]
2528googletest_1_8
2629
2730[shipit.pathmap]
You can’t perform that action at this time.
0 commit comments