chore(cloudxr): bump runtime SDK version to 6.3.0-rc2 - #873
Merged
Conversation
Bump CXR_RUNTIME_SDK_VERSION from 6.2.1 to 6.3.0-rc2, matching the web SDK that has been at 6.3.0-rc2 since #841 and removing the runtime/web version skew. 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>
Contributor
📝 WalkthroughWalkthroughThe default CloudXR runtime SDK version changes from Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
yanziz-nvidia
approved these changes
Aug 3, 2026
9 tasks
9 tasks
jiwenc-nv
added a commit
that referenced
this pull request
Aug 4, 2026
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>
nv-mhaselton
pushed a commit
to nv-mhaselton/IsaacTeleop
that referenced
this pull request
Aug 4, 2026
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>
This was referenced Aug 4, 2026
nv-mhaselton
pushed a commit
that referenced
this pull request
Aug 4, 2026
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>
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
Bumps
CXR_RUNTIME_SDK_VERSION6.2.1 → 6.3.0-rc2 (NGCcloudxr-dev/cloudxr-runtime-binary:6.3.0-rc2-public), matchingCXR_WEB_SDK_VERSION, at 6.3.0-rc2 since #841. Nothing compiles or links against the SDK — CMake extracts the tarball and bundles only the shared objects — so the pin is the whole change.Type of change
Dependency bump; none of the above apply.
Testing
CI only.
Setup CloudXR SDKpassed on all 12 build jobs (x64 and arm64), and thetest-cloudxrmatrix exercises the 6.3 runtime end to end on the self-hosted GPU runners, covering the OpenXR extensions vendored indeps/cloudxr/openxr_extensions/.Checklist
SKIP=check-copyright-year pre-commit run --all-filesgit commit -s) per the DCO