astral-sh / uv

An extremely fast Python package and project manager, written in Rust.
https://docs.astral.sh/uv
Apache License 2.0
23.53k stars 676 forks source link

Windows Clippy job failing with `GLIBC_2.39` not found #8430

Open zanieb opened 3 hours ago

zanieb commented 3 hours ago
Run cargo xwin clippy --target x86_64-pc-windows-msvc --workspace --all-targets --all-features --locked --profile fast-build -- -D warnings
    Updating crates.io index
    Checking windows-sys v0.48.0
   Compiling libz-ng-sys v1.1.[16](https://github.com/astral-sh/uv/actions/runs/11446764894/job/31846667675#step:8:17)
   Compiling schemars v0.8.21
error: failed to run custom build command for `libz-ng-sys v1.1.16`

Caused by:
  process didn't exit successfully: `/home/runner/work/uv/uv/target/fast-build/build/libz-ng-sys-2247228bd72b72ab/build-script-cmake` (exit status: 1)
  --- stderr
  /home/runner/work/uv/uv/target/fast-build/build/libz-ng-sys-[22](https://github.com/astral-sh/uv/actions/runs/11446764894/job/31846667675#step:8:23)47228bd72b72ab/build-script-cmake: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.39' not found (required by /home/runner/work/uv/uv/target/fast-build/build/libz-ng-sys-2247228bd72b72ab/build-script-cmake)
zanieb commented 3 hours ago

Please someone save me from these horrendous GitHub Actions behaviors.