🍒 chore(cloudxr): bump runtime SDK version to 6.3.0-rc3 - #895
Merged
Conversation
Follow-up to #873, which landed 6.3.0-rc2. rc3 is the newest runtime published on NGC (cloudxr-dev/cloudxr-runtime-binary:6.3.0-rc3-public, uploaded 2026-07-31) and, unlike earlier versions, it also publishes the experimental tarballs the cloudxr_exp bundle needs. The SDK is consumed as prebuilt shared objects only — CMake extracts the tarball and drops include/ and plugins/ — so nothing in the tree compiles or links against it and the pin is the whole change. Signed-off-by: Jiwen Cai <jiwenc@nvidia.com> (cherry picked from commit 0ec416b) Signed-off-by: Michael Haselton <mhaselton@nvidia.com>
Contributor
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
Contributor
Author
|
Replaced #894 |
jiwenc-nv
approved these changes
Aug 4, 2026
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.
Description
Backport 0ec416b95 into
release/1.4.x.On
main, this followed #873, which landed CloudXR Runtime SDK 6.3.0-rc2. The 1.4 branch currently pins 6.2.1, so this advances it directly to 6.3.0-rc3.RC3 is the newest runtime published on NGC and, unlike earlier versions, provides the experimental archives required by the
cloudxr_expwheel bundle.The SDK is consumed as prebuilt shared objects. CMake extracts the archive and removes
include/andplugins/, so this change only updates the runtime version pin.Type of change
Testing
SKIP=check-copyright-year pre-commit run --all-files.ENABLE_CLOUDXR_EXP_BUNDLE=ON.camera_vizin XR mode with the bundled RC3 runtime.release/1.4.xCI run will validate private-NGC download and wheel packaging. Fork PR workflows cannot access the required NGC secret.Checklist
SKIP=check-copyright-year pre-commit run --all-filesgit commit -s) per the DCO