-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Builds failing with error: use of undeclared identifier 'swprintf_s' #77282
Comments
Tagging subscribers to this area: @tommcdon Issue DetailsLikely from #77228
|
Maybe eng\pipelines\common\evaluate-default-paths.yml needs to be updated so the right tests get triggered for mono? |
Mono debug shim is there since .NET 6 preview 4: 82e8d0e |
Yeah, I think we should update at least
|
It should be on all src/coreclr changes. The Mono dbg shim depends on like number of different pieces from src/coreclr |
Ah, then I guess it is more we need to stop excluding src/coreclr
|
Fix is up - #77284 Please someone tell me how I should update evaluate-default-paths.yml. I can add that to the PR. |
Or maybe it could be narrowed down to Based on a coarse search for CLR_DIR in mono. |
Likely from #77228
Example: https://dev.azure.com/dnceng-public/public/_build/results?buildId=58398&view=logs&jobId=c15592f9-a6ec-52c9-e864-c0455e061f15&j=c15592f9-a6ec-52c9-e864-c0455e061f15&t=e6ee899e-01c1-5f09-519b-c43bc88cb55e
@AaronRobinsonMSFT
The text was updated successfully, but these errors were encountered: