Skip to content

fix(installer): skip checksum verification for custom download URLs#2344

Open
xingzihai wants to merge 1 commit intoaxodotdev:mainfrom
xingzihai:fix/issue-18736-installer-checksum
Open

fix(installer): skip checksum verification for custom download URLs#2344
xingzihai wants to merge 1 commit intoaxodotdev:mainfrom
xingzihai:fix/issue-18736-installer-checksum

Conversation

@xingzihai
Copy link
Copy Markdown

Fixes #18736

Problem

When using custom download URLs for installers, checksum verification was still being enforced, causing installation failures.

Solution

Modified the installer logic to skip checksum verification when a custom download URL is provided, allowing users to use their own hosting without checksum constraints.

Testing

  • Tested with custom download URL configurations
  • Verified installation succeeds without checksum verification
  • Normal checksum verification still works for default URLs

When using a custom download URL (via env var), the checksum verification
should be skipped because the checksum in the manifest is for the original
binary, not the custom URL's binary.

Issue: #18736
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant