Eric Erhardt
3c5e51adb2
System.Private.CoreLib.dll IL binary is getting crossgen'd mistakenly.
...
This causes both the IL ".dll" and the native image "ni.dll" to be the same size in the Shared Framework. This is incorrect, as the IL binary is much smaller.
The fix is to add ".dll" to the excludedLibraries list in the Crossgen util.
Fix #3522
2016-06-11 12:36:00 -05:00
Eric Erhardt
82ef0304bb
Crossgen now requires a Jit package to be specified.
...
Port Crossgen fix from core-setup.
See a2857af7e3
2016-06-07 18:22:52 -05:00
Livar Cunha
7652335195
Addressing code review comments and adding opensuse 13.2
2016-05-31 15:15:57 -07:00
Livar Cunha
baf98263f0
Fixing a missing $ for a string formatting
2016-05-31 15:15:08 -07:00
Livar Cunha
e634fedae8
Adding Fedora 23
2016-05-31 15:15:08 -07:00
Livar Cunha
84d1b60ffe
Adding docker files, modifying scripts and code to handle ubuntu 16.04
2016-05-31 15:15:08 -07:00
Livar Cunha
5d0aefe59f
Clean up from the move to RC3 packages. Removed the dotnet-core dependency on NuGet.Config now that we have RC3 packages in the cli-deps feed. Re-enabled crossgen for windows now that we added JITPath to the crossgen call.
2016-05-27 00:18:37 -05:00
Bryan
aa01110c33
Remove The host build, consume the host build from core-setup
2016-05-25 14:49:12 -07:00
Livar Cunha
d7a8860041
Exclude System.Private.CoreLib from crossgen
2016-05-23 18:06:34 -07:00
Livar Cunha
78bea7df84
Adding JITPath parameter to crossgen
2016-05-23 17:58:03 -07:00
Sridhar Periyasamy
baf28233f4
Address PR feedback.
2016-05-23 17:04:29 -07:00
Sridhar Periyasamy
d2188cd95a
Move the CLI corefx dependencies from RC2 to RC3 - rc3-24113-00.
...
- Disable crossgen for windows.Tracked by - https://github.com/dotnet/cli/issues/3059
- And also fix #2974
2016-05-23 17:04:29 -07:00
Sridhar Periyasamy
dad916499a
Disable partial NGen
...
Fixes - #3053
2016-05-18 13:03:49 -07:00
Bryan
7bf08c5bd5
Bring Host build into separate project
2016-05-16 14:55:15 -05:00