Use multibyte character path for bundle_probe#44466
Conversation
|
Tagging subscribers to this area: @vitek-karas, @agocke |
vitek-karas
left a comment
There was a problem hiding this comment.
LGTM - let's wait for @janvorli to take a second look
|
Internal to CoreCLR; |
|
The win x86 leg was failing due to something that looks like a bug in xunit (xunit code modifying a collection while it was being iterated). I am re-running this leg. |
|
When runtime repo itself is cloned in a path containing multibyte character, I found two issues. Steps to repro (using three-bytes characters): $ git clone https://github.com/dotnet/runtime runtime-ⒾⓇⓇⒺⒼⓊⓁⒶⓇ␣ⓉⒺⓍⓉ
$ cd runtime-ⒾⓇⓇⒺⒼⓊⓁⒶⓇ␣ⓉⒺⓍⓉ
$ ./build.sh -c Release
$ ./build.sh Host.Tests -c Release -test
With these two patches, full runtime repo build succeeded and all installer tests passed on macOS. It seems like there are other |
|
Thanks a lot @am11 ! |
Fixes #44098.