Skip to content
Snippets Groups Projects
Commit 7e575590 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Archlinux: use bpo kernel everywhere to support building latest stuff

parent b2870778
No related branches found
No related tags found
No related merge requests found
......@@ -500,7 +500,7 @@ if [ -f /etc/debian_version ] ; then
sudo apt install linux-image-amd64:amd64
elif [ "$HOSTNAME" = "osuosl-build169-amd64" ] || [ "$HOSTNAME" = "osuosl-build170-amd64" ] ; then
# Arch Linux builds latest stuff which sometimes (eg, currentlt Qt) needs newer kernel to build...
#sudo apt install linux-image-amd64/stretch-backports || true # backport kernels are frequently uninstallable...
sudo apt install linux-image-amd64/buster-backports || true # backport kernels are frequently uninstallable...
:
fi
# don't (re-)install pbuilder if it's on hold
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment