Viktor Hofer
Viktor Hofer
> Do we understand whether the problem is intermittent (i.e. retrying tests will help) or due to a mis-configuration of some kind in CI (which retrying tests will not help)....
Tests were disabled on SLES with https://github.com/dotnet/runtime/pull/48759.
@dotnet/runtime-infrastructure can you please take a look? This touches host and source build properties that I'm not super aware of.
Thanks for the work so far Tom. Unfortunately as already I mentioned, I'm not the right person to sign-off this change and I just asked the CLR team again to...
@am11 @MichalStrehovsky can you please take a look? Am11 hope that's OK to ask you for a review but if I remember correctly, you made the original changes around RuntimeOS/TargetArch/TargetRid/......
Unrelated, but there was a segfault when invoking msbuild: ``` /__w/1/s/.dotnet/sdk/7.0.100-preview.7.22377.5/MSBuild.dll /nologo -maxcpucount /m -verbosity:m /v:minimal /bl:/__w/1/s/artifacts/log/Checked/ToolsetRestore.binlog /clp:Summary /clp:ErrorsOnly;NoSummary /nr:false /p:TreatWarningsAsErrors=true /p:ContinuousIntegrationBuild=true /p:__ToolsetLocationOutputFile=/__w/1/s/artifacts/toolset/8.0.0-beta.22469.1.txt /t:__WriteToolsetLocation /warnaserror /__w/1/s/artifacts/toolset/restore.proj /__w/1/s/eng/common/tools.sh: line 474: 512...
I transferred this issue over to dotnet/msbuild as this isn't related to dotnet/runtime. cc @rainersigwald
@dougbu Auto merge doesn't seem to work for this PR
Wanted to file an issue for that as well 👍
To work around it, I meanwhile did the following for dotnet/runtime: ``` ``` That's a good starting point anyway to use package sources. You can then step by step add...