Commit Graph

14 Commits

Author SHA1 Message Date
David McFarland
c82bc74bcb dotnet: remove cross-target tests from broken SDKs 2026-05-19 20:48:45 -03:00
David McFarland
d5b4c38fff dotnetCorePackages.sdk_11_0: 11.0.100-preview.3.26207.106 -> 11.0.100-preview.4.26230.115 2026-05-19 20:48:45 -03:00
David McFarland
599ab0fca7 dotnet: may 2026 releases
dotnetCorePackages.sdk_10_0: 10.0.203 -> 10.0.300
dotnetCorePackages.sdk_9_0: 9.0.313 -> 9.0.314
dotnetCorePackages.sdk_8_0: 8.0.420 -> 8.0.421

These are combined into one commit because they require some common
fixes.
2026-05-19 20:48:45 -03:00
David McFarland
ba04c0efd4 dotnet: reduce update time (#518144) 2026-05-12 12:19:52 +00:00
Ben Siraphob
869d641281 treewide: replace stdenv.is* with stdenv.hostPlatform.is* 2026-05-10 10:06:35 -07:00
David McFarland
b03c6ea7c0 dotnet: build only source-build-reference-packages in fetch-deps
This is all that's needed in practice to populate deps.json, and it's
much faster.
2026-05-09 19:54:29 -03:00
David McFarland
a8b0452599 dotnet: reduce update time
The update bot is currently failing to update dotnet due to fetch-deps
30m.

- add a --vmr-bootstrap flag to binary/update.sh

This allows us to skip a bunch of packages and platforms that aren't
needed for bootstrapping the VMR.  We also add the IL[D]Asm packages
that were previously in deps.json for versions 9+.

- disable fetch-deps in versions 9+.
2026-05-09 19:54:29 -03:00
David McFarland
f72ac56df2 dotnet: fix indentation in update scripts 2026-05-08 15:04:05 -03:00
David McFarland
bf92b1316a dotnetCorePackages.sdk_11_0: 11.0.100-preview.2.26159.112 -> 11.0.100-preview.3.26207.106 2026-04-17 09:57:29 -03:00
David McFarland
bfc94a6c9e nuget-package-hook: add helper to create .nupkg.metadata
This also adds an empty contentHash to the metadata, which is required
to fix a parsing error on sdk 11+.
2026-04-17 09:57:29 -03:00
David McFarland
998719b97b dotnet-sdk_{10,11}: apply muxer path precedence patch
Fixes: #464575
2026-04-17 09:57:29 -03:00
David McFarland
f2f375833c dotnet-sdk_{10,11}: provide $out/bin/dnx
Fixes: #477657
2026-04-17 09:57:28 -03:00
David McFarland
25b82b35f8 dotnet: combine binary and source update scripts 2026-04-17 09:57:28 -03:00
David McFarland
928e583edf dotnet: combine binary and source expressions 2026-04-17 09:57:28 -03:00