Skip to content

Commit 66fb19d

Browse files
committed
Remove armv6 from the symbols zip.
It takes a week for the Raspberry Pi 1 to build all packages in the repository. This makes it very difficult to cut a release because nightly builds basically have to stop during that week, otherwise the armv7/x86 symbols are a different build from armv6. Eventually we'll need a new build system that can farm out packages to many machines. With multiple Raspberry Pi 1s working in parallel, maybe we can consider re-adding armv6 to the symbols distributable.
1 parent 55570e0 commit 66fb19d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/distrib/gen_syms.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ fi
3434

3535
mkdir "$WORKING"
3636
OLDPWD="$PWD"
37-
for arch in x86 x86q armv7 armv6; do
37+
for arch in x86 x86q armv7; do
3838
BINROOT=$SRCROOT/${arch}dbg/bin
3939
if ! [ -d $BINROOT ] ; then
4040
continue

0 commit comments

Comments
 (0)