fix(deps): fix --locked build on rust 1.86#4118
Merged
imsnif merged 1 commit intozellij-org:mainfrom Apr 8, 2025
Merged
Conversation
Member
|
Thanks for this. I haven't tested this yet, but even if we merge this I wouldn't want to release a version with this yet. We already have far-reaching changes in main and back-porting this change to a patch version will be a bit of work. Can you patch things from your side until the next release? |
Contributor
Author
|
Yeah, patching on the void side is no problem, i made this pr mainly for anyone that tests the --locked build on main branch, and to make the problem/solution known :) |
Member
|
I just merge this and will test-drive the unreleased changes (mostly because we already had stuff in |
freebsd-git
pushed a commit
to freebsd/freebsd-ports
that referenced
this pull request
Apr 8, 2025
Import upstream patch [1] [1] zellij-org/zellij#4118 PR: 285840 Approved by: portmgr (build fix blanket)
dnegreira
added a commit
to dnegreira/os
that referenced
this pull request
Apr 10, 2025
Bump wasmparser and wit-parser to version 0.221.3 This fixes a FTBFS issue which upstream already fixed. PR with all the information: zellij-org/zellij#4118
dnegreira
added a commit
to wolfi-dev/os
that referenced
this pull request
Apr 10, 2025
Bump wasmparser and wit-parser to version 0.221.3 This fixes a FTBFS issue which upstream already fixed. PR with all the information: zellij-org/zellij#4118 Signed-off-by: David Negreira <david.negreira@chainguard.dev>
netgate-git-updates
pushed a commit
to pfsense/FreeBSD-ports
that referenced
this pull request
Apr 15, 2025
Import upstream patch [1] [1] zellij-org/zellij#4118 PR: 285840 Approved by: portmgr (build fix blanket)
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.
Noticed when rebuilding 0.42.1 for rust 1.86.
The cause is bytecodealliance/wasmtime#10184, and the fix is updating the
wit-parserdependency to 0.221.3