Closed Clovel closed 4 years ago
I think https://github.com/apple/HomeKitADK/pull/19 contains a fix for that.
@timoschilling Indeed it does contain a fix for that ! Thanks !
I will close the issue once this is merged.
@Clovel yes I ran into the exact same issue when trying to setup the CI and have a fix. Unfortunately I can't merge my PR just yet due to some legal reasons using github actions but will split the change into two separate commits and put up for review.
Setup :
Issues
1)
make TARGET=Linux all
I have narrowed it down to the main
Makefile
. TheRUN
definition must not be getting a correct2)
make TARGET=Linux docker
This seems to work correctly :
We do get the docker contained ID at the end. This is what needs to be inserted in the
docker run
command.Analysis
The
line does not have a correct syntax. And does not give the
Makefile
's command the argument it should.What was attempted
Replacing
by
This results in a fork bomb.