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
After this change my clone fails with the following error:
Cloning into '/builds/test/open62541/deps/nodesetLoader/cmake-conan'...
error: cannot run ssh: No such file or directory
fatal: unable to fork
fatal: clone of '[email protected]:conan-io/cmake-conan.git' into submodule path '/builds/test/open62541/deps/nodesetLoader/cmake-conan' failed
Failed to clone 'cmake-conan'. Retry scheduled
Cloning into '/builds/test/open62541/deps/nodesetLoader/cmake-conan'...
error: cannot run ssh: No such file or directory
fatal: unable to fork
fatal: clone of '[email protected]:conan-io/cmake-conan.git' into submodule path '/builds/test/open62541/deps/nodesetLoader/cmake-conan' failed
Failed to clone 'cmake-conan' a second time, aborting
fatal: Failed to recurse into submodule path 'open62541/deps/nodesetLoader'
I am aware that the better solution would be to get the gitlab runner docker image fixed - but still wanted to ask if there is a specific reason to have this dependency listed with the ssh-url or if this could be changed to a https url (as all other submodules are listed with the https-url)?
Thank you for your answer
The text was updated successfully, but these errors were encountered:
In my build process I try to clone the open62541-repository with all the submodules resolved on a Gitlab-Runner. Until this change
open62541-nodeset-loader/.gitmodules
Line 3 in fcccfc7
this worked.
After this change my clone fails with the following error:
I am aware that the better solution would be to get the gitlab runner docker image fixed - but still wanted to ask if there is a specific reason to have this dependency listed with the ssh-url or if this could be changed to a https url (as all other submodules are listed with the https-url)?
Thank you for your answer
The text was updated successfully, but these errors were encountered: