Calculate version range in init-compiler.sh script#14963
Calculate version range in init-compiler.sh script#14963akoeplinger merged 3 commits intodotnet:mainfrom
Conversation
2eaa568 to
2dafaf8
Compare
|
This change introduced sudden build break: dotnet/runtime#105784 Also, this change goes against principles for deterministic builds: We want the build in a given image to keep working the same way irrespective of the current time. |
It was discussed in dotnet/runtime#105129 and it doesn't work that way. We validated it against the CI including wasm leg. That's something which didn't happen during the PR run. I can look into it later today. |
|
Leading 0 in calculation was causing that syntax error when script is invoked in pure Unix/POSIX shell: #14985 in https://dev.azure.com/dnceng-public/public/_build/results?buildId=762271&view=logs&jobId=7b499086-9930-5591-220e-2ec7c40eb990&j=7b499086-9930-5591-220e-2ec7c40eb990&t=54e1110f-e31f-5687-a05e-b9730a30a804, the actual wasm mono build passed, but static component build was failing because there we are manually invoking the script from mono.proj. It doesn't run every time, so I think that's how it slipped through the testing. |
No description provided.