Go to file
Omair Majid fa7f68d3be Fix building .NET 10 on konflux
In the new build system, builders on s390x have limited resources
(specially memory and disk), so we need to size our builds more
carefully and clean up more thoroughly.

The new system also tends to trim logs, so minimize what we print.

Resolves: RHEL-169518
2026-04-22 06:54:19 -04:00
.fmf Initial commit on c10s 2025-08-08 12:08:42 -04:00
tests Update to .NET SDK 10.0.102 and Runtime 10.0.2 2026-01-14 22:22:26 -05:00
.gitignore Update to .NET SDK 10.0.106 and Runtime 10.0.6 2026-04-17 12:32:59 -04:00
build-dotnet-bootstrap-tarball Initial commit on c10s 2025-08-08 12:08:42 -04:00
build-prebuilt-archive Initial commit on c10s 2025-08-08 12:08:42 -04:00
check-debug-symbols.py Initial commit on c10s 2025-08-08 12:08:42 -04:00
copr-build Initial commit on c10s 2025-08-08 12:08:42 -04:00
dotnet10.0.spec Fix building .NET 10 on konflux 2026-04-22 06:54:19 -04:00
dotnet.sh.in Initial commit on c10s 2025-08-08 12:08:42 -04:00
gating.yaml Update to .NET SDK 10.0.101 and Runtime 10.0.1 2025-12-09 15:06:58 -05:00
macros.dotnet Initial commit on c10s 2025-08-08 12:08:42 -04:00
README.md Initial commit on c10s 2025-08-08 12:08:42 -04:00
release-key-2023.asc Initial commit on c10s 2025-08-08 12:08:42 -04:00
release.json Update to .NET SDK 10.0.106 and Runtime 10.0.6 2026-04-17 12:32:59 -04:00
rpminspect.yaml Initial commit on c10s 2025-08-08 12:08:42 -04:00
runtime-disable-fortify-on-ilasm-parser.patch Initial commit on c10s 2025-08-08 12:08:42 -04:00
runtime-openssl-sha1.patch Initial commit on c10s 2025-08-08 12:08:42 -04:00
runtime-re-enable-implicit-rejection.patch Initial commit on c10s 2025-08-08 12:08:42 -04:00
sources Update to .NET SDK 10.0.106 and Runtime 10.0.6 2026-04-17 12:32:59 -04:00
update-release Update to .NET SDK 10.0.100-rc.2.25502.107 and Runtime 10.0.0-rc.2.25502.107 2025-10-17 09:12:46 -04:00

dotnet10.0

The dotnet10.0 package

This is the .NET 10.0 package for CentOS Stream/RHEL 10.

Specification

This package follows package naming and contents suggested by upstream, with one exception. It installs dotnet to /usr/lib64/dotnet (aka %{_libdir}).

Contributing

Please open merge requests in dotnet10.0 repository in CentOS Stream.

Testing

This package uses CI tests as defined in tests/ci.fmf. You can run them using tmt. Creating a merge-request or running an official build will fire off tests and flag any issues. We have enabled gating (via gating.yaml) on the tests. That prevents a build that fails any test from being released until the failures are waived.

The tests themselves are contained in this external repository: https://github.com/redhat-developer/dotnet-regular-tests/