-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zpc: Deduplicate cmock #60
Labels
help wanted
Extra attention is needed
Comments
rzr
added a commit
that referenced
this issue
Mar 6, 2025
) Observed issue on ver_1.7.0-27-g1302b2a5 was: docker build https://github.com/SiliconLabsSoftware/z-wave-protocol-controller.git#main unable to prepare context: unable to 'git clone' to temporary context directory: \ error initializing submodules: fatal: No url found for submodule path \ 'applications/zpc/components/zwave/zwave_transports/s2/libs/zw-libs2/TestFramework/cmock' in .gitmodules This was done using: git submodule add --force \ https://github.com/throwtheswitch/cmock \ applications/zpc/components/zwave/zwave_transports/s2/libs/zw-libs2/TestFramework/cmock git -C applications/zpc/components/zwave/zwave_transports/s2/libs/zw-libs2/TestFramework/cmock \ checkout v2.5.3-g9d092898 Relate-to: #57 (comment) Relate-to: #50 Origin: #59 Relate-to: #60 Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
rzr
added a commit
to rzr/z-wave-protocol-controller
that referenced
this issue
Mar 6, 2025
…iliconLabsSoftware#59) Observed issue on ver_1.7.0-27-g1302b2a5 was: docker build https://github.com/SiliconLabsSoftware/z-wave-protocol-controller.git#main unable to prepare context: unable to 'git clone' to temporary context directory: \ error initializing submodules: fatal: No url found for submodule path \ 'applications/zpc/components/zwave/zwave_transports/s2/libs/zw-libs2/TestFramework/cmock' in .gitmodules This was done using: git submodule add --force \ https://github.com/throwtheswitch/cmock \ applications/zpc/components/zwave/zwave_transports/s2/libs/zw-libs2/TestFramework/cmock git -C applications/zpc/components/zwave/zwave_transports/s2/libs/zw-libs2/TestFramework/cmock \ checkout v2.5.3-g9d092898 Relate-to: SiliconLabsSoftware#57 (comment) Relate-to: SiliconLabsSoftware#50 Origin: SiliconLabsSoftware#59 Relate-to: SiliconLabsSoftware#60 Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
rzr
added a commit
that referenced
this issue
Mar 6, 2025
) Observed issue on ver_1.7.0-27-g1302b2a5 was: docker build https://github.com/SiliconLabsSoftware/z-wave-protocol-controller.git#main unable to prepare context: unable to 'git clone' to temporary context directory: \ error initializing submodules: fatal: No url found for submodule path \ 'applications/zpc/components/zwave/zwave_transports/s2/libs/zw-libs2/TestFramework/cmock' in .gitmodules This was done using: git submodule add --force \ https://github.com/throwtheswitch/cmock \ applications/zpc/components/zwave/zwave_transports/s2/libs/zw-libs2/TestFramework/cmock git -C applications/zpc/components/zwave/zwave_transports/s2/libs/zw-libs2/TestFramework/cmock \ checkout v2.5.3-g9d092898 Relate-to: #57 (comment) Relate-to: #50 Origin: #59 Relate-to: #60 Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is used in various locations, we need to find a strategy to use only one
Relate-to: #47
The text was updated successfully, but these errors were encountered: