[ci] Sync zutils v0.14.0#294
Merged
Merged
Conversation
Drop the obsolete repo-root staging dance in the windows test loop now that make_initrd accepts arbitrary input paths.
There was a problem hiding this comment.
Pull request overview
Syncs this repository’s Nanvix/zutils integration to zutils v0.14.0 by updating the pinned version and refreshing the .nanvix/z.py bootstrapper template so CI and local ./z workflows align with the newer zutils expectations.
Changes:
- Bumps the pinned zutils version to
v0.14.0via.zutils-version. - Updates
.nanvix/z.pytemplate, includingmake_initrd(...)callsites used by standalone and Windows test flows. - Expands
.nanvix/.gitignoreto ignore the.nanvix/outdirectory.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| .zutils-version | Updates the pinned zutils release version to v0.14.0. |
| .nanvix/z.py | Refreshes the zutils-provided build/test bootstrapper logic for the new zutils version. |
| .nanvix/.gitignore | Ignores generated .nanvix/out artifacts introduced/used by the updated tooling. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
366
to
+367
| # Bundle sqlite3.elf + daemons into an initrd. | ||
| initrd = make_initrd(self, "sqlite3.elf", test=True) | ||
| initrd = make_initrd(self, repo_root() / "sqlite3.elf", test_out()) |
Comment on lines
471
to
474
| initrd: Path | None = None | ||
| try: | ||
| initrd = make_initrd(self, binary.name, test=True) | ||
| initrd = make_initrd(self, binary, test_out()) | ||
| with tempfile.TemporaryDirectory( |
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.14.0:.zutils-versiontov0.14.0(source of truth on workflows@v2.1.0+).z,z.sh,z.ps1) from release assets.Generated by the Update Zutils workflow.