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
Related to #320, Openshift 3.9 is not copying the submodules, causing Mantle builds to fail.
Example:
+ test -f mantle/README.md
+ '[' -n '' ']'
+ '[' -n '' ']'
+ make
cd mantle && ./build ore kola kolet
fatal: No names found, cannot describe anything.
make: *** [Makefile:12: mantle] Error 128
Removing intermediate container 3bfa9eaa6497
error: build error: The command '/bin/sh -c ./build.sh make_and_makeinstall' returned a non-zero code: 2
```
Further, the test for `mantle/README.md` is insufficient since the build checks the status for the Git tree.
The text was updated successfully, but these errors were encountered:
Related to #320, Openshift 3.9 is not copying the submodules, causing Mantle builds to fail.
Example:
The text was updated successfully, but these errors were encountered: