]> git.lizzy.rs Git - rust.git/commit - src/librustc_llvm/build.rs
Auto merge of #74163 - cuviper:debian6, r=Mark-Simulacrum
authorbors <bors@rust-lang.org>
Sun, 19 Jul 2020 10:46:34 +0000 (10:46 +0000)
committerbors <bors@rust-lang.org>
Sun, 19 Jul 2020 10:46:34 +0000 (10:46 +0000)
commit48036804d2bc461b243c5d291b850e44bcca68ef
treec9e7126cef3ae1874c8c9e846b71fe82656c5128
parent47ea6d90b073ab977cf072e2f5f46d63de532cc6
parent75748a4116c1d3bbdedd9d2f9c1cf95d9f4d9df7
Auto merge of #74163 - cuviper:debian6, r=Mark-Simulacrum

ci: Update dist-{i686,x86_64}-linux to Debian 6

This increases the minimum `{i686,x86_64}-unknown-linux-gnu` platform
from RHEL/CentOS 5 (glibc 2.5 and kernel 2.6.18) to a slightly newer
Debian 6 `squeeze` (glibc 2.11 and kernel 2.6.32). While that release is
already EOL, it happens to match the minimum common versions of two
enterprise distros that do still need Rust support -- RHEL 6 (glibc 2.12
and kernel 2.6.32) and SLES 11 SP4 (glibc 2.11 and kernel 3.0).

Closes #62516.