Skip to content

Commit ceb9842

Browse files
committed
skip broken packages when building
1 parent f57a760 commit ceb9842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
cp .config .config_save`date +%F_%T.%N`
66
cp config_minimal .config
77
make defconfig
8-
make -j4
8+
make -j4 IGNORE_ERRORS=m

0 commit comments

Comments
 (0)