From a31af1e3016aeeee98a89239fb3e8b74b2650ca5 Mon Sep 17 00:00:00 2001 From: Peter Honeder Date: Wed, 29 Jul 2015 17:01:25 +0200 Subject: [PATCH] using nuget 3 because it's much faster, re-pin to monad-ext containing nuget.exe, hardcoded c# compiler toolchain version too --- scripts/Makefile | 4 ++-- src/monad-ext | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/Makefile b/scripts/Makefile index df1dfab75..a4f74c315 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -137,10 +137,10 @@ dotnetlibs/corerun: $(MONAD_EXT)/coreclr/Release/corerun # tracked that easily prepare: rm -rf buildtemp/System.Reflection.Metadata.* buildtemp/System.Collections.Immutable.* buildtemp/Microsoft.Net.ToolsetCompilers.* buildtemp/nuget.exe - wget -O buildtemp/nuget.exe https://nuget.org/nuget.exe + cp $(MONAD_EXT)/nuget/nuget.exe buildtemp/nuget.exe cd buildtemp && mono nuget.exe install -Version 1.0.21 System.Reflection.Metadata cd buildtemp && mono nuget.exe install -Version 1.1.36 System.Collections.Immutable - cd buildtemp && mono nuget.exe install Microsoft.Net.ToolsetCompilers -pre + cd buildtemp && mono nuget.exe install -Version 1.0.0-rc3-20150520-02 Microsoft.Net.ToolsetCompilers # this is an internal target, it's not intended to be called manually internal-prepare-exec_env: runps.sh $(POWERSHELL_RUN_TARGETS) dotnetlibs/corerun diff --git a/src/monad-ext b/src/monad-ext index f8e5171eb..20468e65d 160000 --- a/src/monad-ext +++ b/src/monad-ext @@ -1 +1 @@ -Subproject commit f8e5171eb9efd23c81b881e4fd645155b4996345 +Subproject commit 20468e65dac6fa5a1b4cf6971ff490e548531822