Skip to content

[ci] E: Update zutils#126

Merged
ppenna merged 2 commits into
nanvix/v2.12.9from
automation/update-zutils-version
Jul 15, 2026
Merged

[ci] E: Update zutils#126
ppenna merged 2 commits into
nanvix/v2.12.9from
automation/update-zutils-version

Conversation

@ppenna

@ppenna ppenna commented Jul 15, 2026

Copy link
Copy Markdown

Automated update to nanvix/zutils v0.17.0. The target release implementation applied its own verified templates.

Copilot AI review requested due to automatic review settings July 15, 2026 15:06

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.3 to v0.17.0 via 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

Copilot AI review requested due to automatic review settings July 15, 2026 17:03

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 3 out of 4 changed files in this pull request and generated no new comments.

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
ada-x64 force-pushed the automation/update-zutils-version branch from a914cc3 to 321b12b Compare July 15, 2026 18:39
Copilot AI review requested due to automatic review settings July 15, 2026 18:39
@ppenna
ppenna merged commit 9e3bc38 into nanvix/v2.12.9 Jul 15, 2026
13 checks passed
@ppenna
ppenna deleted the automation/update-zutils-version branch July 15, 2026 18:41

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 3 out of 4 changed files in this pull request and generated 2 comments.

Comment thread .nanvix/z.py
),
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 thread .nanvix/z.py
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())}",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants