From 95b69a55ec960f834350143c1929d0d16d13ec4a Mon Sep 17 00:00:00 2001 From: Sebastien Pouliot Date: Fri, 20 May 2016 14:26:53 -0400 Subject: [PATCH] [DONT MERGE] Test how much time is saved by not rebuilding fsharp for each PR Current build time (no tests) is about 29 minutes. If it's worth it then we could make fsharp build optional, for PR, based on a bump on it's repo, it's unit tests or our tooling. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bf1e64fe77e7..f536475253c3 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ TOP=. -SUBDIRS=builds runtime fsharp src tools msbuild +SUBDIRS=builds runtime src tools msbuild include $(TOP)/Make.config include $(TOP)/mk/versions.mk