[ci] Sync zutils v0.14.0#105
Merged
Merged
Conversation
Drop the obsolete repo-root staging dance now that make_initrd accepts arbitrary input paths.
There was a problem hiding this comment.
Pull request overview
This PR updates the repository’s Nanvix zutils tooling integration to match zutils v0.14.0, including adapting make_initrd usage and syncing template ignore patterns.
Changes:
- Bump the pinned zutils version to
v0.14.0via.zutils-version. - Update
make_initrdcallsites in.nanvix/z.pyto the v0.14.0(instance, input_path: Path, out_dir: Path)signature and remove the now-obsolete Windows repo-root staging/copy dance. - Sync
.nanvix/.gitignoreto ignore.nanvix/out.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.zutils-version |
Updates the pinned zutils version to v0.14.0. |
.nanvix/z.py |
Adapts make_initrd usage to the new signature and simplifies Windows test initrd generation. |
.nanvix/.gitignore |
Adds out to match the updated zutils template ignore set. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Manual replacement for the orchestrator's auto-PR, which failed to push due to a CI auth issue.
.zutils-versionto v0.14.0.make_initrdcallsites to the v0.14.0 signature (PR [zutils] B: Parameterize make_initrd paths zutils#274).make_initrdaccepts arbitrary input paths..nanvix/.gitignore(out) per the v0.14.0 template (PR Add out/ to sync'd gitignore zutils#271).