dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
14.23k stars 4.45k forks source link

HTTP stress build is broken #101625

Closed rzikm closed 13 hours ago

rzikm commented 2 weeks ago

Recent changes in MsQuic main probably added some dependencies/required parameters which are missing

https://dev.azure.com/dnceng-public/public/_build/results?buildId=657177&view=logs&j=22fea640-1099-5f32-ec5d-316ad83f359a&t=7fe64d4e-bb7a-5b68-0c5c-ad57d12d4da9&l=2333

CMake Error at CMakeLists.txt:67 (file):
  file STRINGS file "/etc/lsb-release" cannot be read.

CMake Error at CMakeLists.txt:68 (string):
  string sub-command REGEX, mode MATCH needs at least 5 arguments total to
  command.
dotnet-policy-service[bot] commented 2 weeks ago

Tagging subscribers to this area: @dotnet/ncl See info in area-owners.md if you want to be subscribed.

rzikm commented 2 weeks ago

Should be fixed by https://github.com/microsoft/msquic/pull/4264