From 9fc23c55f20822ac393e60a190241a3226d01d96 Mon Sep 17 00:00:00 2001 From: Rhys Parry Date: Fri, 3 Feb 2017 13:22:18 -0800 Subject: [PATCH] Use gcc-4.9-glibc-2.20-fb python in precommit_checker Summary: The gcc-4.8.1-glibc-2.17 platform is deprecated and will be removed soon. Closes https://github.com/facebook/rocksdb/pull/1839 Differential Revision: D4509684 Pulled By: siying fbshipit-source-id: 3efe296 --- build_tools/precommit_checker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_tools/precommit_checker.py b/build_tools/precommit_checker.py index ceca76c14..0f8884dfd 100755 --- a/build_tools/precommit_checker.py +++ b/build_tools/precommit_checker.py @@ -1,4 +1,4 @@ -#!/usr/local/fbcode/gcc-4.8.1-glibc-2.17-fb/bin/python2.7 +#!/usr/local/fbcode/gcc-4.9-glibc-2.20-fb/bin/python2.7 from __future__ import absolute_import from __future__ import division