Update Zig to 0.14.0 and Ncdu to 2.8 to fix build errors + LLVM 20 breaks Zig build requirements #215
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.
Here is patch that makes 2 version upgrades to again build Ncdu (full screen disk usage utility) without error.
by "BratishkaErik" on https://code.blicky.net/yorhel/ncdu/pulls/254 - these are included in Ncdu 2.8 release
0.14.0-dev.2546+0ff0bdb4a
to0.14.0
to supportstd.debug.FullPanic
on which Ncdu 2.8 now depends.Warning
So I'm currently using this dirty trick to build Zig and Ncdu under latest trunk:
t2-25.1-x86-64-base-wayland-glibc-gcc-nocona.iso
t2 up
but I don't upgrade LLVM in system (so it stays on19.1.7
)Please consider above risks before merging this PR.