SED differs between GNU and BSD in handling semicolon and the use of
'\n' in regex patterns. For macOS we can't use these GNU extensions.
rdar://102686948
Differential D138824
[asan][test] Fix SED issues with macOS (BSD) rsundahl on Nov 28 2022, 8:32 AM. Authored by
Details SED differs between GNU and BSD in handling semicolon and the use of rdar://102686948
Diff Detail
Event TimelineComment Actions LGTM & thanks from my side! Previous switch from grep to sed to make Windows bot work by @vitalybuka here: a27089101edf Comment Actions FWIW: I tested this sed syntax on latest Alpine, CentOS, Debian and Ubuntu and all ok. Comment Actions Building on macOS has been broken for close to a week now. Is this blocked on anything? If so, can we revert the original change for now, to unbreak the build? |