From f21834ce7baf0d48514d56d3763f7b73c5a0e6ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20=C5=A0urda?= Date: Mon, 19 Dec 2022 18:43:11 +0800 Subject: [PATCH] Single threaded debug build --- .buildbot/openwrt/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.buildbot/openwrt/build.sh b/.buildbot/openwrt/build.sh index a8b7077..ec9e468 100755 --- a/.buildbot/openwrt/build.sh +++ b/.buildbot/openwrt/build.sh @@ -11,7 +11,8 @@ git checkout tags/20.03.2 #wget https://downloads.openwrt.org/releases/22.03.2/targets/bcm27xx/bcm2711/config.buildinfo -O .config cp ../config.buildinfo .config make defconfig -make -j $(nproc) V=w +#make -j $(nproc) V=w +make V=w find ~ -type d -name bin find bin