Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/actions/setup-cloudxr-sdk/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ runs:
shell: bash
env:
CXR_RUNTIME_SDK_VERSION: ${{ steps.parse.outputs.runtime_version }}
# Staged here because the configure step re-runs this script without a key.
CXR_DOWNLOAD_EXP: '1'
NGC_API_KEY: ${{ inputs.ngc-api-key }}
run: |
./scripts/download_cloudxr_runtime_sdk.sh
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ jobs:
-DBUILD_PLUGIN_OAK_CAMERA=ON \
-DBUILD_VIZ=ON \
-DENABLE_CLOUDXR_BUNDLE_CHECK=ON \
-DENABLE_CLOUDXR_EXP_BUNDLE=ON \
Comment thread
jiwenc-nv marked this conversation as resolved.
-DBUNDLE_ROBOTIC_GROUNDING=${{ steps.setup-v2d-src.outputs.bundled || 'false' }} \
-DCMAKE_TOOLCHAIN_FILE=${{ env.VCPKG_ROOT }}/scripts/buildsystems/vcpkg.cmake \
"${coverage_args[@]}"
Expand Down
2 changes: 1 addition & 1 deletion deps/cloudxr/.env.default
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
###########################################################
# CloudXR Docker Images and Configs
###########################################################
CXR_RUNTIME_SDK_VERSION=6.3.0-rc2
CXR_RUNTIME_SDK_VERSION=6.3.0-rc3
CXR_WEB_SDK_VERSION=6.3.0-rc2
CXR_HOST_VOLUME_PATH=$HOME/.cloudxr

Expand Down
Loading