Skip to content

Commit 491bdcb

Browse files
committed
Clarify the comment about CentOS 7's kernel version
1 parent d0142ce commit 491bdcb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/ci/docker/host-x86_64/dist-i686-linux/Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# 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.
35
FROM centos:7
46

57
WORKDIR /build

src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# 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.
35
FROM centos:7
46

57
WORKDIR /build

0 commit comments

Comments
 (0)