diff options
author | Brad King <brad.king@kitware.com> | 2023-08-16 17:37:01 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-08-16 18:29:55 (GMT) |
commit | ef2bab7687a1027a4c8ccba9a1d42177b7b5a107 (patch) | |
tree | 5242a57350a048e77510cc9035fb3296661ddb49 /Help/release | |
parent | a705eb963c7e31cd8e34f7b813f007f8be78f84d (diff) | |
download | CMake-ef2bab7687a1027a4c8ccba9a1d42177b7b5a107.zip CMake-ef2bab7687a1027a4c8ccba9a1d42177b7b5a107.tar.gz CMake-ef2bab7687a1027a4c8ccba9a1d42177b7b5a107.tar.bz2 |
Utilities/Release: Update docker specs for linux-x86_64 to centos 7
Update the centos base image from centos 6 to centos 7. The latter is
the minimum version supported by libuv 1.45. The resulting binaries
require GLIBC 2.17.
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/dev/rel-linux-x86_64.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/rel-linux-x86_64.rst b/Help/release/dev/rel-linux-x86_64.rst new file mode 100644 index 0000000..8302a1c --- /dev/null +++ b/Help/release/dev/rel-linux-x86_64.rst @@ -0,0 +1,5 @@ +rel-linux-x86_64 +---------------- + +* The precompiled Linux ``x86_64`` binaries provided on + `cmake.org <https://cmake.org/download/>`_ now require GLIBC 2.17 or higher. |