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 |
||
|---|---|---|
| .fmf | ||
| tests | ||
| .gitignore | ||
| build-dotnet-bootstrap-tarball | ||
| build-prebuilt-archive | ||
| check-debug-symbols.py | ||
| copr-build | ||
| dotnet10.0.spec | ||
| dotnet.sh.in | ||
| gating.yaml | ||
| macros.dotnet | ||
| README.md | ||
| release-key-2023.asc | ||
| release.json | ||
| rpminspect.yaml | ||
| runtime-disable-fortify-on-ilasm-parser.patch | ||
| runtime-openssl-sha1.patch | ||
| runtime-re-enable-implicit-rejection.patch | ||
| sources | ||
| update-release | ||
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/