Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

You could implement something similar by splitting the make targets in the GitHub action before they get passed to make so each worker is assigned their own target, then have a make target that executes all the targets for local multithreaded builds via `make -j${NUM_CONCURRENT}`.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: