🍒 chore(cloudxr): bump runtime SDK version to 6.3.0-rc3 - #894
🍒 chore(cloudxr): bump runtime SDK version to 6.3.0-rc3#894nv-mhaselton wants to merge 1 commit into
Conversation
Follow-up to NVIDIA#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>
|
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 |
|
📝 Docs preview is not auto-deployed for fork PRs. A maintainer with write access to |
Pull request was closed
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