Skip to content

Commit 179400c

Browse files
clean package archives
1 parent 0937b34 commit 179400c

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.github/scripts/build-hirsute.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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
5959
EOF
60+
# clean any archive if exits
61+
apt clean
62+
6063
}
6164

6265
do_build "$PREFIX-arm64" arm64

.github/scripts/build-impish.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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
5959
EOF
60+
# clean any archive if exits
61+
apt clean
62+
6063
}
6164

6265
do_build "$PREFIX-arm64" arm64

.github/scripts/build-jammy.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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
5959
EOF
60+
# clean any archive if exits
61+
apt clean
62+
6063
}
6164

6265
do_build "$PREFIX-arm64" arm64

0 commit comments

Comments
 (0)