From 14b8a7d59884e20191447e5b80d5e55619b8a8b3 Mon Sep 17 00:00:00 2001 From: Danny McClanahan <1305167+cosmicexplorer@users.noreply.github.com> Date: Mon, 11 Jun 2018 14:40:50 -0700 Subject: [PATCH] update default version of glibc as per pantsbuild/binaries#70 --- .../backend/native/subsystems/platform_specific/linux/glibc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/pants/backend/native/subsystems/platform_specific/linux/glibc.py b/src/python/pants/backend/native/subsystems/platform_specific/linux/glibc.py index 92329ebbaaa..c2523f091fd 100644 --- a/src/python/pants/backend/native/subsystems/platform_specific/linux/glibc.py +++ b/src/python/pants/backend/native/subsystems/platform_specific/linux/glibc.py @@ -12,7 +12,7 @@ class GLibc(NativeTool): options_scope = 'glibc' - default_version = '2.27' + default_version = '2.23' archive_type = 'tgz' def lib_dir(self):