File tree 2 files changed +6
-2
lines changed
src/ci/docker/host-x86_64
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# We document platform support for minimum glibc 2.17 and kernel 3.2.
2
- # CentOS 7 has kernel 3.10, but that's not as important as matching the glibc version.
2
+ # CentOS 7 has headers for kernel 3.10, but that's fine as long as we don't
3
+ # actually use newer APIs in rustc or std without a fallback. It's more
4
+ # important that we match glibc for ELF symbol versioning.
3
5
FROM centos:7
4
6
5
7
WORKDIR /build
Original file line number Diff line number Diff line change 1
1
# We document platform support for minimum glibc 2.17 and kernel 3.2.
2
- # CentOS 7 has kernel 3.10, but that's not as important as matching the glibc version.
2
+ # CentOS 7 has headers for kernel 3.10, but that's fine as long as we don't
3
+ # actually use newer APIs in rustc or std without a fallback. It's more
4
+ # important that we match glibc for ELF symbol versioning.
3
5
FROM centos:7
4
6
5
7
WORKDIR /build
You can’t perform that action at this time.
0 commit comments