WEKIT-ECS / MIRAGE-XR

MirageXR is a reference implementation of an XR training system. MirageXR enables experts and learners to share experience via XR and wearables using ghost tracks, realtime feedback, and anchored instruction.
Other
28 stars 5 forks source link

Fix Vuforia dependency on CI pipeline #366

Closed wekitecs closed 2 years ago

wekitecs commented 3 years ago

In GitLab by @BenediktHensen on Apr 12, 2021, 11:51

The CI pipelines currently fail because the package manager is unable to fetch the Vuforia package:

An error occurred while resolving packages:
   Project has invalid dependencies:
     com.ptc.vuforia.engine: Cannot checkout repository [https://git-packages.developer.vuforia.com]:
       Error when executing git command. fatal: reference is not a tree: 187ed69554abe41a0821a4db4c424d3425563482
wekitecs commented 3 years ago

In GitLab by @william.guest on Apr 13, 2021, 14:20

created merge request !210 to address this issue

wekitecs commented 3 years ago

In GitLab by @a85jafari on Apr 13, 2021, 20:04

It seem the newest version of Vuforia solved this issue.

wekitecs commented 3 years ago

In GitLab by @a85jafari on Apr 13, 2021, 20:04

closed