Closed milahu closed 8 months ago
jobserver-style fifo should work now in javascript and python
@mkoeppe feel free to make a new python release
Great. I'll set up a GH Actions workflow that will publish to PyPI when a py/... tag is pushed
https://pypi.org/project/gnumake-tokenpool/0.0.6/ (created by the new GH Actions workflow)
closing as "should be fixed"
jobserver-style fifo should work now in javascript and python
currently, the jobclient fails to parse MAKEFLAGS like
-j2 --jobserver-auth=fifo:/tmp/asdf
make --jobserver-style=fifo
is the default since gnumake 4.4quickfix:
make --jobserver-style=pipe
gnumake docs
see also