Skip to content

Conversation

@zvonkok
Copy link
Collaborator

@zvonkok zvonkok commented Dec 20, 2025

Since we do not build CC flavour anymore remove if from the release. Mean and lean.

Copilot AI review requested due to automatic review settings December 20, 2025 01:17
Signed-off-by: Zvonko Kaiser <zkaiser@nvidia.com>
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR removes the confidential computing (CC) flavor from the release pipeline, simplifying the build matrix to only produce standard NVRC binaries. The changes streamline the release workflow by eliminating the --features=confidential build variant and consolidating artifact naming.

Key changes:

  • Removed "nvidia" kernel module loading from main initialization sequence
  • Added cat() utility function for debugging generated configuration files
  • Simplified GitHub Actions release workflow from 4 matrix combinations to 2 (removed flavor dimension)

Reviewed changes

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

File Description
src/main.rs Removed nvidia module loading, keeping only nvidia-uvm
src/coreutils.rs Added cat() function for reading and logging file contents with associated tests
src/toolkit.rs Integrated cat() to debug CDI spec generation output
.github/workflows/release.yaml Removed confidential flavor from build matrix, simplified artifact naming from ${bin}-${target} to NVRC-${target}, updated verification scripts to match new naming scheme

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

@zvonkok zvonkok merged commit 4ad4136 into NVIDIA:main Dec 20, 2025
13 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ok-to-test Ok to test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant