Skip to content

Commit

Permalink
Don't build benchmarks by default
Browse files Browse the repository at this point in the history
Summary: There are a number that don't build on OSX or windows, but I missed that in the initial diff. This disables building them for now so we can get contbuilds back into a good state where they can be re-enabled in the future.

Reviewed By: Gownta

Differential Revision: D38520882

fbshipit-source-id: a2910c76241e4ecccf8ca8e56444ee9c35bb5363
  • Loading branch information
Orvid authored and facebook-github-bot committed Aug 9, 2022
1 parent baabc34 commit ba5c194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/fbcode_builder/manifests/folly
Expand Up @@ -64,7 +64,7 @@ LIBDWARF_FOUND=NO

[cmake.defines.test=on]
BUILD_TESTS=ON
BUILD_BENCHMARKS=ON
BUILD_BENCHMARKS=OFF

[cmake.defines.test=off]
BUILD_TESTS=OFF
Expand Down

0 comments on commit ba5c194

Please sign in to comment.