Skip to content

Commit f23e040

Browse files
authored
CI: Remove Debian backports
The latest Debian 11 image includes bullseye-backports as a default repository in the /etc/apt/sources.list. However, this repository has gone end of life which effectively breaks the default install. We shouldn't need anything in backports so lets unconditionally remove backports on all Debian builders to resolve the issue. Reviewed-by: George Melikov <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]> Closes #17569
1 parent cf14646 commit f23e040

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/scripts/qemu-3-deps-vm.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ function debian() {
2828
export DEBIAN_FRONTEND="noninteractive"
2929

3030
echo "##[group]Running apt-get update+upgrade"
31+
sudo sed -i '/[[:alpha:]]-backports/d' /etc/apt/sources.list
3132
sudo apt-get update -y
3233
sudo apt-get upgrade -y
3334
echo "##[endgroup]"

0 commit comments

Comments
 (0)