8331730: [8u] GHA: update sysroot for cross builds to Debian bullseye

Reviewed-by: serb
This commit is contained in:
Zdenek Zambersky 2024-06-06 13:13:55 +00:00
parent 9a7aa79450
commit 9da7380962

View File

@ -401,7 +401,7 @@ jobs:
--verbose
--include=fakeroot,symlinks,build-essential,libx11-dev,libxext-dev,libxrender-dev,libxrandr-dev,libxtst-dev,libxt-dev,libcups2-dev,libfontconfig1-dev,libasound2-dev,libfreetype6-dev,libpng-dev,libffi-dev
--resolve-deps
buster
bullseye
~/sysroot-${{ matrix.debian-arch }}
http://httpredir.debian.org/debian/
if: matrix.debian-arch != '' && steps.cache-sysroot.outputs.cache-hit != 'true'