Commit Graph

11 Commits

Author SHA1 Message Date
Austin Horstman
c2ccef32ca
netcoredbg: add meta.mainProgram 2024-03-28 18:04:15 -05:00
Konrad Malik
1939f59d8d
netcoredbg: 2.2.0-961 -> 3.0.0-1018
- updated deps.nix
- remove deprecated patches
- remove update script (was never used)
- bump coreclr to 7.0.14
- added version test - simple way to automatically test if the binary works on supported platforms
2023-12-29 20:36:43 +01:00
Wolfgang Senfter
ca3d39623c netcoredbg: updated coreclr
changed version from release/7.0 to v7.0.4
2023-03-16 13:15:57 +01:00
Konrad Malik
c0a2b57e20
maintainers: add konradmalik 2023-03-07 11:29:11 +01:00
Konrad Malik
e34328aa3a
netcoredbg: 2.0.0-895 -> 2.2.0-961
* arm64.patch for compilation on aarch64-*
* darwin.patch for properly detecting possible arm64 darwin architectures
* coreclr is now in dotnet/runtime repo (using 7.x branch as per netcoredbg recommendation)
* netcoredbg now depends (during runtime) on DbgShim which was moved to a separate repo (dotnet/diagnostic). We need to pass -p:UseDbgShimDependency=true in order to include it in a list of deps.
* needed to enable selfContainedBuild for the managed part since it seems like it's the easiest way to force dotnet to copy relevant binaries to the out folder as well (like libdbgshim.so retrieved via the abovementioned nuget dependency)
* use autoPatchelfHook to add stdenv.cc.cc.lib to binaries
2023-03-07 11:28:44 +01:00
David McFarland
13861970f4 treewide: update all dotnet lockfiles 2022-12-19 15:36:25 -04:00
mdarocha
f9b5d5dcbf netcoredbg: fix build 2022-07-20 16:44:36 +02:00
gbtb
e6d5a40183 netcoredbg: 1.2.0-825 -> 2.0.0-895 2022-05-11 20:59:39 +10:00
Ivar Scholten
d786405336 treewide: don't unnecessary set dotnet-related env vars
These have been moved to a setup hook in dotnet-{sdk,runtime,aspnetcore}
2022-03-04 14:41:18 +01:00
Felix Buehler
81eb599e8d nuget-to-nix: update to use pname instead of name 2021-12-23 22:47:34 +01:00
leo60228
eba0510e18
netcoredbg: init at 1.2.0-825 2021-11-04 14:42:06 -04:00