Skip to content

Commit d48a6b7

Browse files
Lumengineclaude
andcommitted
ci: build PhysX SDK 5.6.1 (was 5.6.0)
Bump the checked-out NVIDIA-Omniverse/PhysX source ref from 107.0-physx-5.6.0 to 107.3-physx-5.6.1. 5.6.1 fixes "a crash when a pair of actors had lots of colliding shapes" (matches the gripper-fingers + cube sustained-grasp crash in the RL lift task) and adds PxSceneFlag::eSOLVE_ARTICULATION_CONTACT_LAST. CUDA arch config unchanged (sm_75 + PTX JIT to newer arches) so the 5.6.0/5.6.1 A/B isolates the SDK version, not the arch target. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 3011f9a commit d48a6b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/BuildPhysX.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/checkout@v4
3535
with:
3636
repository: NVIDIA-Omniverse/PhysX
37-
ref: 107.0-physx-5.6.0
37+
ref: 107.3-physx-5.6.1
3838

3939
# === WINDOWS ===
4040
- name: Install CUDA Toolkit (Windows)

0 commit comments

Comments
 (0)