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 19, 2024
1 parent 120c299 commit d5936f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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
2 changes: 0 additions & 2 deletions CI/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -456,8 +456,6 @@ def prefix(p, s):

if "osx" not in os:
environ["CC"] = "clang-18"
if os in ("linux", "arm64-linux"):
cargo_features.append("curl-compat")

if os.startswith("mingw"):
cpu = msys.msys_cpu(env.cpu)
Expand Down

0 comments on commit d5936f3

Please sign in to comment.