File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,9 @@ deb $MIRROR $SUITE-backports main restricted universe multiverse
5757# deb-src $MIRROR $SUITE -backports main restricted universe multiverse
5858
5959EOF
60+ # clean any archive if exits
61+ apt clean
62+
6063}
6164
6265do_build " $PREFIX -arm64" arm64
Original file line number Diff line number Diff line change @@ -57,6 +57,9 @@ deb $MIRROR $SUITE-backports main restricted universe multiverse
5757# deb-src $MIRROR $SUITE -backports main restricted universe multiverse
5858
5959EOF
60+ # clean any archive if exits
61+ apt clean
62+
6063}
6164
6265do_build " $PREFIX -arm64" arm64
Original file line number Diff line number Diff line change @@ -57,6 +57,9 @@ deb $MIRROR $SUITE-backports main restricted universe multiverse
5757# deb-src $MIRROR $SUITE -backports main restricted universe multiverse
5858
5959EOF
60+ # clean any archive if exits
61+ apt clean
62+
6063}
6164
6265do_build " $PREFIX -arm64" arm64
You can’t perform that action at this time.
0 commit comments