Releases: sec/dotnet-core-freebsd-source-build
9.0.0-rc.2-native
Build from runtime
, aspnetcore
and sdk
repos directly under FreeBSD x64
and arm64
.
For build procedure check scripts in repo.
SDK sdk-9.0.100-rc.2.24474.11
.NET Runtime 9.0.0-rc.2.24473.5
ASP.NET Core Runtime 9.0.0-rc.2.24474.3
9.0.0-rc.1-native
Build from runtime
, aspnetcore
and sdk
repos directly under FreeBSD x64
and arm64
.
For build procedure check scripts in repo.
SDK 9.0.100-rc.1.24452.12
.NET Runtime 9.0.0-rc.1.24431.7
ASP.NET Core Runtime 9.0.0-rc.1.24452.1
9.0.100-preview.7
Build from runtime
, aspnetcore
and sdk
repos directly under FreeBSD x64
and arm64
.
For build procedure check scripts in repo.
Ilc should work, but manual change is needed, after project restore, edit ~/.nuget/packages/microsoft.dotnet.ilcompiler/9.0.0-preview.7.24405.7/build/Microsoft.NETCore.Native.targets
and add <IlcArg Condition="'$(_targetOS)' == 'freebsd' and '$(IsNativeExecutable)' == 'true'" Include="--export-dynamic-symbol:__progname;--export-dynamic-symbol:environ" />
somewhere around line 247
8.0.110 SourceBuild
8.0.108 SourceBuild
Built
- under FreeBSD 13.3-p3 both for x64 and arm64
- from VMR
- FreeBSD port used, jump bump versions
- hit this issue under arm64 - had to replace
crossgen2
binary from previous SDK - bug is in libunwind or re-run the build 2-3x times
8.0.107 SourceBuild
Built
- under FreeBSD 13.3-p3 both for x64 and arm64
- from VMR
- FreeBSD port used
- hit this issue under arm64 - had to replace
crossgen2
binary from previous SDK - bug is in libunwind or re-run the build 2-3x times
8.0.106 SourceBuild
Built
- under FreeBSD 13.2-RELEASE both for x64 and arm64
- from VMR
- FreeBSD port used
- hit this issue under arm64 - had to replace
crossgen2
binary from previous SDK - bug is in libunwind
9.0.100-preview.1
Built
- under FreeBSD 13.2-RELEASE both for
x64
andarm64
- from https://github.com/dotnet/dotnet/tree/v9.0.0-preview.1.24080.9
- if you want, follow the steps taken
8.0.105 SourceBuild
Built
- under FreeBSD 13.2-RELEASE both for x64 and arm64
- from VMR
- FreeBSD port used
- hit this issue under arm64 - had to replace
crossgen2
binary from previous SDK - bug is in libunwind
8.0.104 SourceBuild
Built
- under FreeBSD 13.2-RELEASE both for x64 and arm64
- from VMR
- FreeBSD port used
- hit this issue under arm64 - had to replace
crossgen2
binary from previous SDK - bug is in libunwind