Issue and Steps to Reproduce
The issue is already mentioned in #1069 and I noticed it a couple of times in the past. Now I have a 100% reproduction on both Alpine Linux and Ubuntu 18.04. A full log with the error follows, then a full log with the same thing, just with extra --recurse-submodules additional parameter to the git clone line - this fixes all (and is the same as cloning without it and then cd into cloned directory and calling git submodule update --init):
Error full log
https://gist.github.com/jsarenik/98636bd46547a47dda959c4cdf8748d8#file-failure-txt
Success full log
https://gist.github.com/jsarenik/98636bd46547a47dda959c4cdf8748d8#file-success-txt
Proposed fix
Get rid of git commands called by make: #1542
getinfo output
Not related :-) We're not there yet.
Issue and Steps to Reproduce
The issue is already mentioned in #1069 and I noticed it a couple of times in the past. Now I have a 100% reproduction on both Alpine Linux and Ubuntu 18.04. A full log with the error follows, then a full log with the same thing, just with extra
--recurse-submodulesadditional parameter to thegit cloneline - this fixes all (and is the same as cloning without it and thencdinto cloned directory and callinggit submodule update --init):Error full log
https://gist.github.com/jsarenik/98636bd46547a47dda959c4cdf8748d8#file-failure-txt
Success full log
https://gist.github.com/jsarenik/98636bd46547a47dda959c4cdf8748d8#file-success-txt
Proposed fix
Get rid of git commands called by make: #1542
getinfooutputNot related :-) We're not there yet.