add: multithreaded make
This commit is contained in:
parent
ec094aae04
commit
aee288f832
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ steps:
|
||||||
- pacman -Syu --noconfirm base-devel awk tar wiringpi
|
- pacman -Syu --noconfirm base-devel awk tar wiringpi
|
||||||
- sed -i 's/(( EUID == 0 ))/(( 1 == 0 ))/g' /usr/bin/makepkg
|
- sed -i 's/(( EUID == 0 ))/(( 1 == 0 ))/g' /usr/bin/makepkg
|
||||||
- export CFLAGS="-marm -mfpu=vfp -march=armv6zk+fp -mcpu=arm1176jzf-s -mtune=arm1176jzf-s"
|
- export CFLAGS="-marm -mfpu=vfp -march=armv6zk+fp -mcpu=arm1176jzf-s -mtune=arm1176jzf-s"
|
||||||
|
- export MAKEFLAGS="-j$(grep -c ^processor /proc/cpuinfo)"
|
||||||
- cd core/
|
- cd core/
|
||||||
- makepkg -s -f --cleanbuild --noconfirm
|
- makepkg -s -f --cleanbuild --noconfirm
|
||||||
- cd ../core-testing
|
- cd ../core-testing
|
||||||
|
|
Reference in a new issue