Skip to content

[ci] E: Pin nanvix to v0.16.32#254

Open
ppenna wants to merge 2 commits into
nanvix/v3.49.0from
automation/update-nanvix-version
Open

[ci] E: Pin nanvix to v0.16.32#254
ppenna wants to merge 2 commits into
nanvix/v3.49.0from
automation/update-nanvix-version

Conversation

@ppenna

@ppenna ppenna commented Jun 10, 2026

Copy link
Copy Markdown

Automated bump of nanvix-version to v0.16.32.

Generated by the Nanvix CI reusable workflow.

Copilot AI review requested due to automatic review settings June 10, 2026 13:34

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

Pins the Nanvix toolchain/runtime version used by this repository’s Nanvix configuration, keeping CI/build environment aligned with the nanvix-version expected by the Nanvix workflows.

Changes:

  • Bump nanvix-version from 0.16.17 to 0.16.32 in the Nanvix configuration.
Show a summary per file
File Description
.nanvix/nanvix.toml Updates the pinned nanvix-version to 0.16.32.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 1/1 changed files
  • Comments generated: 0

Since Nanvix 0.16.19, process startup (_start) moved from libposix.a
into libnvx_crt0.a. Guest binaries linked only libposix.a, so _start
resolved to a weak no-op stub and main was never reached, causing the
VM to hang and the Test step to time out after bumping nanvix past
0.16.19. Link libnvx_crt0.a (wildcard-guarded so it is a no-op on
older releases) first so its strong _start wins, and allow multiple
definitions to resolve the kcall objects shared with libposix.a.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.

2 participants