Source-build CentOS fails with shell quoting bug in previously-source-built-sdk path
Symptoms
The SB_CentOSStream10_Offline_PreviousSourceBuiltSdk_x64 job fails on the internal main branch builds with:
./build.sh: line 245: cd: /__w/_temp/previously-source-built-sdk': No such file or directory
Note the stray trailing single quote in the path. The build command shows the quoting issue:
sudo -E unshare -n ./build.sh --with-sdk '/__w/_temp/previously-source-built-sdk'\''
Affected Builds
Impact
This is a repeat failure on main, causing the source-build offline job to fail consistently.
cc @dotnet/source-build @dotnet/prodconsvcs
Source-build CentOS fails with shell quoting bug in previously-source-built-sdk path
Symptoms
The SB_CentOSStream10_Offline_PreviousSourceBuiltSdk_x64 job fails on the internal main branch builds with:
Note the stray trailing single quote in the path. The build command shows the quoting issue:
Affected Builds
Impact
This is a repeat failure on main, causing the source-build offline job to fail consistently.
cc @dotnet/source-build @dotnet/prodconsvcs