Skip to content

fix(bundle): honor runtime no-downloads setting - #5748

Merged
nicoburns merged 1 commit into
DioxusLabs:mainfrom
subotac:fix/runtime-no-downloads-bundler
Aug 10, 2026
Merged

fix(bundle): honor runtime no-downloads setting#5748
nicoburns merged 1 commit into
DioxusLabs:mainfrom
subotac:fix/runtime-no-downloads-bundler

Conversation

@subotac

@subotac subotac commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

Summary

  • honor the runtime and saved no-download settings when resolving NSIS, WiX, and linuxdeploy
  • continue using cached bundler tools when downloads are disabled
  • add regression coverage for both missing and cached tools

Fixes #5703.

Testing

  • cargo test -p dioxus-cli runtime_no_downloads_applies_to_bundler_tools -- --nocapture
  • cargo test -p dioxus-cli -- --skip test_harnesses::run_harness
  • cargo check -p dioxus-cli --tests

@nicoburns
nicoburns merged commit 393d190 into DioxusLabs:main Aug 10, 2026
23 checks passed
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.

bundle tools don't honor NO_DOWNLOADS environment variable

2 participants