Skip to content

Commit

Permalink
[CI] Upgrade build sysroot to Debian buster
Browse files Browse the repository at this point in the history
  • Loading branch information
glandium committed Dec 17, 2024
1 parent 02c3396 commit 8f7c7d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CI/docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ def sources_list(snapshot, sections):
" --architecture=$arch"
" --mode=chrootless"
" --variant=extract"
" --include=libc6-dev,libcurl4-gnutls-dev,zlib1g-dev,libgcc-6-dev"
" stretch sysroot-$arch"
" --include=libc6-dev,libcurl4-gnutls-dev,zlib1g-dev,libgcc-8-dev"
" buster sysroot-$arch"
" http://archive.debian.org/debian/ ;"
" LD_PRELOAD=libfakechroot.so FAKECHROOT_BASE=$PWD/sysroot-$arch"
" symlinks -crv /;"
Expand Down

0 comments on commit 8f7c7d8

Please sign in to comment.