-
-
Couldn't load subscription status.
- Fork 365
fix incompatibility with bitcoin for qrencode #1697
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
fix incompatibility with bitcoin for qrencode #1697
Conversation
WalkthroughReplaced a host-OS-specific qrencode package variable with a generic Changes
Sequence Diagram(s)sequenceDiagram
participant Make as Makefile
participant PKG as qrencode.mk
participant Fetch as Remote (GitHub)
Note over Make,PKG: Build dependency resolution
Make->>PKG: reference `qrencode_packages`
PKG->>Fetch: download "v$(version).tar.gz"
Fetch-->>PKG: archive + checksum
PKG->>Make: provide package build target
Note right of Fetch #d6eaf8: Source host changed\nfrom fukuchi.org to GitHub
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested reviewers
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (1 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (9)
🔇 Additional comments (2)
Comment |
5b69e11 to
d5933e6
Compare
PR intention
fix incompatibility with bitcoin for qrencode