Open nashif opened 7 years ago
by Anas Nashif:
was this working before to make this qualify as a bug?
by Inaky Perez-Gonzalez:
I've built before with icecream (last time actually you were sitting next to me)
by Inaky Perez-Gonzalez:
I've built before with icecream (last time actually you were sitting next to me)
by Anas Nashif:
can you find out which commit it used to work with?
Reported by Inaky Perez-Gonzalez:
This might be an SDK problem
icecream is a distributed compilation system used in conjunction with ccache to speed up parallel compilation.
when calling the compiler, it actually will call icecc, which will packup the whole compiler and send it to a remote machine to build in there. This allows to leverage power from otherwise idle machines in the network.
When building under icecc, the following happens:
(Imported from Jira ZEP-1933)