[ci] Sync zutils v0.11.0 - #70
Merged
Merged
Conversation
ppenna
force-pushed
the
automation/update-zutils-version
branch
from
June 8, 2026 14:05
06d24fe to
0747b36
Compare
ada-x64
force-pushed
the
automation/update-zutils-version
branch
from
June 8, 2026 18:56
0747b36 to
039d7ff
Compare
There was a problem hiding this comment.
Pull request overview
This PR updates the repository’s Nanvix/zutils integration to match zutils v0.11.0, including updating the pinned zutils version and adjusting the Nanvix build orchestration to align with newer zutils conventions (notably path handling and staged outputs).
Changes:
- Bumps
.zutils-versiontov0.11.0. - Updates bootstrap wrappers (
z.sh,z.ps1) to only extract--with-zutils(dropping--with-nanvixhandling). - Refactors
.nanvix/z.pyand.nanvix/Makefile.nanvixto stage build artifacts via aninstalltarget and to usenanvix_zutil.pathsfor standardized output directories.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
z.sh |
Removes --with-nanvix argument extraction; keeps --with-zutils extraction before delegating to nanvix-zutil. |
z.ps1 |
Same as z.sh for PowerShell: only extracts --with-zutils. |
.zutils-version |
Pins zutils to v0.11.0. |
.nanvix/z.py |
Uses nanvix_zutil.paths, stages outputs for Docker copy-back, and updates build/test flows accordingly. |
.nanvix/Makefile.nanvix |
Adds install staging target; removes package/verify-package; updates clean to attempt to remove OUT_DIR. |
.nanvix/.gitignore |
Adjusts ignore patterns (removes trailing slashes). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| -$(MAKE) clean 2>/dev/null || true | ||
| rm -f $(TEST_ELF) Makefile | ||
| rm -rf dist/ .libs/ | ||
| rm -rf $(OUT_DIR) dist/ .libs/ |
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 sync with
v0.11.0:.zutils-versiontov0.11.0(source of truth on workflows@v2.1.0+).z,z.sh,z.ps1) from release assets.nanvix-versionto0.16.17in.nanvix/nanvix.toml.Generated by the Update Zutils workflow.