-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[release/7.x] Pin Azurite version to 3.29.0 #6554
[release/7.x] Pin Azurite version to 3.29.0 #6554
Conversation
/backport to release/6.x |
Started backporting to release/6.x: https://github.com/dotnet/dotnet-monitor/actions/runs/8912739504 |
/backport to main |
Started backporting to main: https://github.com/dotnet/dotnet-monitor/actions/runs/11150784506 |
@wiktork backporting to main failed, the patch most likely resulted in conflicts. Please backport manually using one of the below commands, followed by PowerShell (Invoke-WebRequest "https://github.com/dotnet/dotnet-monitor/commit/11fc76231bf4554bddac6ef615a96aa73fa02aa8.patch").Content | git am --3way --ignore-whitespace --exclude="documentation/**.md" --keep-non-patch Bash curl -sSL "https://github.com/dotnet/dotnet-monitor/commit/11fc76231bf4554bddac6ef615a96aa73fa02aa8.patch" | git am --3way --ignore-whitespace --exclude="documentation/**.md" --keep-non-patch
$ git am --3way --ignore-whitespace --exclude="documentation/**.md" --keep-non-patch changes.patch
Applying: Pin Azurite version to 3.29.0 (#6554)
Using index info to reconstruct a base tree...
A eng/pipelines/jobs/build-test.yml
Falling back to patching base and 3-way merge...
CONFLICT (modify/delete): eng/pipelines/jobs/build-test.yml deleted in HEAD and modified in Pin Azurite version to 3.29.0 (#6554). Version Pin Azurite version to 3.29.0 (#6554) of eng/pipelines/jobs/build-test.yml left in tree.
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
hint: When you have resolved this problem, run "git am --continue".
hint: If you prefer to skip this patch, run "git am --skip" instead.
hint: To restore the original branch and stop patching, run "git am --abort".
hint: Disable this message with "git config advice.mergeConflict false"
Patch failed at 0001 Pin Azurite version to 3.29.0 (#6554)
Error: The process '/usr/bin/git' failed with exit code 128 |
Summary
The newest version of Azurite seems to not be compatible with node.js 10. I've attempted to update the node.js version to something more modern, but the build images seem to be too old to support the newer versions. Pin the Azurite version for .NET Monitor 7.x.
Validation build: https://dev.azure.com/dnceng/internal/_build/results?buildId=2440916&view=results
Release Notes Entry