Hi,
re NET:
> For dotnet, the failure is that `apt-get install[...]` complaining
about that package does not exist. On 22.04 and 24.04 only via NET
backports [2], nice :-/
Do we need to update to a newer version?
Could be a solution, a) Ubuntu 24.10 has it via built-in pck sources
according to the table. b) Ubuntu 20.04 is becoming EOL in May 2025 [1]
Have fun, JensG
[1] https://wiki.ubuntu.com/Releases [2]
https://learn.microsoft.com/en-us/dotnet/core/install/linux-ubuntu#supported-distributions
[3] https://github.com/dotnet/aspnetcore/milestone/302
Am 11.02.2025 um 22:07 schrieb Yuxuan Wang:
Currently dotnet and swift github actions are failing, and prevents
crosstest from running. Can someone familiar with them take a look and fix
them?
For dotnet, the failure is that `sudo apt-get install -y
--no-install-recommends dotnet-sdk-9.0` complaining about that package does
not exist. Do we need to update to a newer version? Maybe we should also
consider switching tohttps://github.com/actions/setup-dotnet for github
actions dotnet environment?
For swift, the failures seem to be:
--- >8 ---
/home/runner/work/thrift/thrift/lib/swift/Sources/TFileTransport.swift:54:17:
error: value of optional type 'UnsafeMutablePointer<FILE>?' (aka
'Optional<UnsafeMutablePointer<_IO_FILE>>') must be unwrapped to a value of
type 'UnsafeMutablePointer<FILE>' (aka 'UnsafeMutablePointer<_IO_FILE>')
--- 8< ---
And a few similar errors (and a lot of other warnings).