Skip to content

chore: vendor installer v0.1.2 - #42

Merged
BartoszBlizniak merged 1 commit into
masterfrom
chore/vendor-installer-v0.1.2
Jul 30, 2026
Merged

chore: vendor installer v0.1.2#42
BartoszBlizniak merged 1 commit into
masterfrom
chore/vendor-installer-v0.1.2

Conversation

@BartoszBlizniak

Copy link
Copy Markdown
Member

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.sh is byte-identical to v0.1.0; only install.ps1 and the version metadata change.

After merge: tag v3.0.1 — the release workflow moves the floating v3 alias so all @v3 users pick the fix up automatically.

🤖 Generated with Claude Code

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>
Copilot AI review requested due to automatic review settings July 30, 2026 12:54

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.ps1 to wrap Directory.Move operations with a new Invoke-WithFilesystemRetry helper.
  • Update SHA256SUMS for the new install.ps1 contents.

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.

Comment thread installer/install.ps1
@BartoszBlizniak
BartoszBlizniak merged commit db783de into master Jul 30, 2026
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants