[ci] E: Update zutils#126
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the repository’s pinned nanvix/zutils version used by the Nanvix build wrappers/scripts, aligning local development and CI on the same zutils release.
Changes:
- Bump pinned zutils version from
v0.16.3tov0.17.0via the repo’s version pin file.
Show a summary per file
| File | Description |
|---|---|
.zutils-version |
Updates the pinned nanvix-zutil version to v0.17.0. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Low
zutils v0.17.0 drops bin_out()/lib_out()/include_out() in favour of regular_out() (end-user archive with bin/) and dev_out() (downstream '-dev' archive with lib/ + include/). Point the corresponding Makefile variables at those directories. Bump nanvix to v0.20.9-sdk.1 so the buildroot can resolve tier-1 dependencies against the new '-dev' assets; the pre-existing v0.20.2-sdk.1 tier-1 releases predate the magic-path schema and have no matching asset. Ref #304.
ada-x64
force-pushed
the
automation/update-zutils-version
branch
from
July 15, 2026 18:39
a914cc3 to
321b12b
Compare
| ), | ||
| str((bin_out() / "xml2-config").relative_to(root)), | ||
| str((lib_out() / "pkgconfig" / "libxml-2.0.pc").relative_to(root)), | ||
| str((regular_out() / "bin" / "xml2-config").relative_to(root)), |
Comment on lines
+142
to
145
| f"LIB_OUT={translate(dev_out() / 'lib')}", | ||
| f"INCLUDE_OUT={translate(dev_out() / 'include')}", | ||
| f"BIN_OUT={translate(regular_out() / 'bin')}", | ||
| f"TEST_OUT={translate(test_out())}", |
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.
Automated update to nanvix/zutils
v0.17.0. The target release implementation applied its own verified templates.