Open vaskas opened 4 years ago
@yamsergey the new version (2.24.1) doesn't fix this apparently
obviously linked to the fact that QNX is an RTOS ... http://www.qnx.com/developers/docs/6.4.1/neutrino/getting_started/s1_inter.html
🤔 means we should adjust git sources to disable interrupt while it's checking out?
Yep, sort of .. don't know the exact details of what we should do, but sounds like implementing the first patches git on a real time os :) Would behave like "trap" does at shell level when receiving a sigkill signal for example ...
I had made some tries to fix this without success:
See: ports-wip/git/patches/progress-c-no-sa-restart.patch ports-wip/git/patches/fast-import-c-no-sa-restart.patch https://github.com/berryamin/berrymuch/pull/22/files#diff-3e9ed3f4fb01f5a49fd35c6530571d20
I also did some investigation quite long ago. https://github.com/mordak/playbook-dev-tools/issues/7#issuecomment-425018434 , not a lot but maybe a way to reproduce
Steps to reproduce
Expected result
The repository should be cloned at all times.
Work around
Keep re-trying. Try not to smash your phone if it's still not working.