You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our project has been adapted to multiple platforms, and now we want to adapt it to vcpkg. There is no problem when using "vcpkg install --overlay-ports=custom-overlay" locally. But after uploading it to vcpkg's github and submitting a Draft-PR, the pipeline cannot pass, and it is basically stuck on the "npm install" command. Can someone tell me how to solve this problem?
The package installed using "npm install" is called "depsync", which is used to pull the third-party library that the TGFX project depends on. You can assume that I need to use this package as much as possible. (I know vcpkg provides many ways to pull third-party dependency libraries)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Our project has been adapted to multiple platforms, and now we want to adapt it to vcpkg. There is no problem when using "vcpkg install --overlay-ports=custom-overlay" locally. But after uploading it to vcpkg's github and submitting a Draft-PR, the pipeline cannot pass, and it is basically stuck on the "npm install" command. Can someone tell me how to solve this problem?
Our project:tgfx
My Draft-PR:tgfx-PR
Problem logs can be seen on the Azure CLI.
The package installed using "npm install" is called "depsync", which is used to pull the third-party library that the TGFX project depends on. You can assume that I need to use this package as much as possible. (I know vcpkg provides many ways to pull third-party dependency libraries)
Beta Was this translation helpful? Give feedback.
All reactions