(context)
| 200 | |
| 201 | |
| 202 | def make_build_python(context): |
| 203 | os.chdir(subdir("build")) |
| 204 | run(["make", "-j", str(os.cpu_count())]) |
| 205 | |
| 206 | |
| 207 | # To create new builds of these dependencies, usually all that's necessary is to |
no test coverage detected
searching dependent graphs…