summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Saurel2024-03-18 12:38:17 +0100
committerGuilhem Saurel2024-03-18 12:38:17 +0100
commit2a92a84a21e81b9a3ae381f0173c77c463c549a4 (patch)
treeacc52c5a8cda13ebaa665a9066ea3bdd1cdb4c49
parentfd8ea209b8279eab7f6db6ae5e69d52313b447b3 (diff)
downloadaur-2a92a84a21e81b9a3ae381f0173c77c463c549a4.tar.gz
remove -j1
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 16b3bfa68f86..787db8a15a66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,8 +31,7 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DGENERATE_PYTHON_STUBS=ON \
-Wno-dev
- # TODO: stubs require -j1, ref https://github.com/jrl-umi3218/jrl-cmakemodules/issues/600
- cmake --build "build-$pkgver" -j 1
+ cmake --build build
}
check() {