Skip to content

dotnet: Add support for both LTS (8) and Latest (9) #5881

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 15 additions & 2 deletions common/CI/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,21 @@ static_libs:
# These files are allowed as static libraries:
allowed_files:
- /usr/lib64/dotnet/packs/Microsoft.NETCore.App.Host.solus.*/**/libnethost.a
- /usr/lib64/ghc-*/**
- /usr/lib64/libgodot-cpp.a
- /usr/lib64/libtcod.a
- /usr/lib64/libselinux.a
- /usr/lib64/libsepol.a
- /usr/lib64/dotnet/packs/runtime.*Microsoft.DotNet.ILCompiler/*/framework/libSystem.Globalization.Native.a
- /usr/lib64/dotnet/packs/runtime.*Microsoft.DotNet.ILCompiler/sdk/libRuntime.VxsortEnabled.a
- /usr/lib64/dotnet/packs/runtime.solus.*Microsoft.DotNet.ILCompiler/*/framework/libSystem.IO.Compression.Native.a
- /usr/lib64/dotnet/packs/runtime.solus.*Microsoft.DotNet.ILCompiler/*/framework/libSystem.Native.a
- /usr/lib64/dotnet/packs/runtime.solus.*Microsoft.DotNet.ILCompiler/*/framework/libSystem.Net.Security.Native.a
- /usr/lib64/dotnet/packs/runtime.solus.*Microsoft.DotNet.ILCompiler/*/framework/libSystem.Security.Cryptography.Native.OpenSsl.a
- /usr/lib64/dotnet/packs/runtime.solus.*Microsoft.DotNet.ILCompiler/*/sdk/libRuntime.ServerGC.a
- /usr/lib64/dotnet/packs/runtime.solus.*Microsoft.DotNet.ILCompiler/*/sdk/libRuntime.VxsortDisabled.a
- /usr/lib64/dotnet/packs/runtime.solus.*Microsoft.DotNet.ILCompiler/*/sdk/libRuntime.VxsortEnabled.a
- /usr/lib64/dotnet/packs/runtime.solus.*Microsoft.DotNet.ILCompiler/*/sdk/libRuntime.WorkstationGC.a
- /usr/lib64/dotnet/packs/runtime.solus.*Microsoft.DotNet.ILCompiler/*/sdk/libeventpipe-disabled.a
- /usr/lib64/dotnet/packs/runtime.solus.*Microsoft.DotNet.ILCompiler/*/sdk/libeventpipe-enabled.a
- /usr/lib64/dotnet/packs/runtime.solus.*Microsoft.DotNet.ILCompiler/*/sdk/libstandalonegc-disabled.a
- /usr/lib64/dotnet/packs/runtime.solus.*Microsoft.DotNet.ILCompiler/*/sdk/libstandalonegc-enabled.a
- /usr/lib64/dotnet/packs/runtime.solus.*Microsoft.DotNet.ILCompiler/*/sdk/libstdc++compat.a
4 changes: 4 additions & 0 deletions packages/d/dotnet-8/MAINTAINERS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
This file is used to indicate primary maintainership for this package. A package may list more than one maintainer to avoid bus factor issues. People on this list may be considered “subject-matter experts”. Please note that Solus staff may need to perform necessary rebuilds, upgrades, or security fixes as part of the normal maintenance of the Solus package repository. If you believe this package requires an update, follow documentation from https://help.getsol.us/docs/packaging/procedures/request-a-package-update. In the event that this package becomes insufficiently maintained, the Solus staff reserves the right to request a new maintainer, or deprecate and remove this package from the repository entirely.

- Nelson Truran
- Email: [email protected]
15 changes: 15 additions & 0 deletions packages/d/dotnet-8/abi_libs
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
libSystem.Globalization.Native.so
libSystem.IO.Compression.Native.so
libSystem.Native.so
libSystem.Net.Security.Native.so
libSystem.Security.Cryptography.Native.OpenSsl.so
libclrgc.so
libclrjit.so
libcoreclr.so
libcoreclrtraceptprovider.so
libhostfxr.so
libhostpolicy.so
libmscordaccore.so
libmscordbi.so
libnethost.so
singlefilehost
857 changes: 857 additions & 0 deletions packages/d/dotnet-8/abi_symbols

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions packages/d/dotnet-8/abi_used_libs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
ld-linux-x86-64.so.2
libc.so.6
libcrypto.so.3
libgcc_s.so.1
liblttng-ust.so.0
libm.so.6
libssl.so.3
libstdc++.so.6
libz.so.1
Loading