Skip to content

Commit 05773cc

Browse files
committed
remove -j from cmake build to avoid OOM on QEMU aarch64
1 parent 74584b7 commit 05773cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def unix_libraw_compile():
258258
]
259259
)
260260

261-
cmds = [" ".join(cmake_args), "cmake --build . --target install -j"]
261+
cmds = [" ".join(cmake_args), "cmake --build . --target install"]
262262

263263
for cmd in cmds:
264264
print(f"Running: {cmd}")

0 commit comments

Comments
 (0)