chore: vendor installer v0.1.2 - #42
Merged
Merged
Conversation
Retries the Windows activation move on transient access denials from antivirus and indexer scans, fixing the intermittent windows-latest install failure. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Vendors installer v0.1.2, updating the Windows PowerShell installer to retry directory moves that can intermittently fail due to transient filesystem locks (e.g., antivirus/indexer), while updating the vendored version metadata and checksum list accordingly.
Changes:
- Bump vendored installer version to
v0.1.2. - Update
install.ps1to wrapDirectory.Moveoperations with a newInvoke-WithFilesystemRetryhelper. - Update
SHA256SUMSfor the newinstall.ps1contents.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| installer/VERSION | Updates vendored installer version to v0.1.2. |
| installer/SHA256SUMS | Updates the recorded checksum for install.ps1. |
| installer/install.ps1 | Adds filesystem-move retry helper and applies it to activation directory moves to reduce Windows CI flakiness. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
cloudsmith-iduffy
approved these changes
Jul 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Vendors installer v0.1.2, which retries the Windows activation move on transient access-denied errors from antivirus/indexer scans — the cause of the intermittent
Install (windows-latest)CI failure that a re-run previously masked.install.shis byte-identical to v0.1.0; onlyinstall.ps1and the version metadata change.After merge: tag
v3.0.1— the release workflow moves the floatingv3alias so all@v3users pick the fix up automatically.🤖 Generated with Claude Code