Update ckb-vm to mohanson-fork/fix_aarch64_pc branch#14
Open
gpBlockchain with Copilot wants to merge 5 commits into
Open
Update ckb-vm to mohanson-fork/fix_aarch64_pc branch#14gpBlockchain with Copilot wants to merge 5 commits into
gpBlockchain with Copilot wants to merge 5 commits into
Conversation
Copilot created this pull request from a session on behalf of
gpBlockchain
June 26, 2026 08:09
View session
gpBlockchain
marked this pull request as ready for review
June 26, 2026 08:09
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.
The
asm_rv64imbranch onmohanson-fork/ckb-vmhas been deleted; all references need to point tofix_aarch64_pcinstead.Changes
Cargo.toml— updated[patch.crates-io]forckb-vmandckb-vm-definitionsfrombranch = "asm_rv64im"tobranch = "fix_aarch64_pc"Cargo.lock— updated both entries to commit2411a1328433fd8311cb574a5450825832679ecfonfix_aarch64_pcRemaining external work
gpBlockchain/ckb(copilot/update-ckb-vm-to-asm-rv64im) declaresckb-vmas a direct git dependency —[patch.crates-io]does not apply to it, and Cargo rejects same-URL cross-branch patches. Until that workspace is updated,cargo fetchwill fail.Required upstream changes:
gpBlockchain/ckb: create new branch updating workspace dep tobranch = "fix_aarch64_pc"gpBlockchain/ckb-testtool: update[patch.crates-io]tofix_aarch64_pccopilot/update-ckb-vm-to-asm-rv64imbranch references to the new branch name