Skip to content
Snippets Groups Projects
Commit 603e513b authored by Jan-Tarek Butt's avatar Jan-Tarek Butt
Browse files

tmp disable multicore building for testing

parent 38dd7f22
No related branches found
No related tags found
No related merge requests found
......@@ -82,11 +82,12 @@ git clone https://github.com/freifunk-gluon/gluon.git ./gluon -b $GLUON_VERSION
mv gluon/* ./
make update || exit 1
CPUS=$(grep -c processor /proc/cpuinfo)
#CPUS=$(grep -c processor /proc/cpuinfo)
while read line; do
if [[ $line == *GluonTarget* ]]; then
targ=$(echo $line | sed -e 's/^.*GluonTarget//' -e 's/^,//' -e 's/)).*//' -e 's/[,]/-/')
make -j $((CPUS*2)) GLUON_TARGET=$targ BROKEN=1 GLUON_BRANCH=$GLUON_BRANCH V=s || exit 1
make GLUON_TARGET=$targ BROKEN=1 GLUON_BRANCH=$GLUON_BRANCH V=s || exit 1
#make -j $((CPUS*2)) GLUON_TARGET=$targ BROKEN=1 GLUON_BRANCH=$GLUON_BRANCH V=s || exit 1
fi;
done < "targets/targets.mk"
make manifest GLUON_BRANCH=$GLUON_BRANCH
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment