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

enable muiticore build, should be now fixed in gluon

parent 114e632f
No related branches found
No related tags found
No related merge requests found
......@@ -81,8 +81,7 @@ 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 GLUON_TARGET=$targ BROKEN=1 GLUON_BRANCH=$GLUON_BRANCH || exit 1
#make -j $((CPUS*2)) 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 || 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