Skip to content

Commit

Permalink
Use gcc-4.9-glibc-2.20-fb python in precommit_checker
Browse files Browse the repository at this point in the history
Summary:
The gcc-4.8.1-glibc-2.17 platform is deprecated and will be removed
soon.
Closes facebook#1839

Differential Revision: D4509684

Pulled By: siying

fbshipit-source-id: 3efe296
  • Loading branch information
rhysparry authored and facebook-github-bot committed Feb 3, 2017
1 parent b797e42 commit 9fc23c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_tools/precommit_checker.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9fc23c5

Please sign in to comment.