Skip to content

Commit

Permalink
Update binary_util OS map for OSX Sierra.
Browse files Browse the repository at this point in the history
This is in anticipation of posting the rebuilt
binaries for 10.12. This will land in master as
a followup.

Testing Done:
Ran the unit tests locally - CI is green.

Hope to get the binaries up tonight, I finished installing Sierra this morning.
My home MacBook was, um, two major versions behind.

https://travis-ci.org/pantsbuild/pants/builds/163136142

Bugs closed: 3910

Reviewed at https://rbcommons.com/s/twitter/r/4266/
  • Loading branch information
mateor committed Sep 29, 2016
1 parent 482014d commit e815eeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/python/pants/binaries/binary_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
('darwin', '13'): ('mac', '10.9'),
('darwin', '14'): ('mac', '10.10'),
('darwin', '15'): ('mac', '10.11'),
('darwin', '16'): ('mac', '10.12'),
}


Expand Down

0 comments on commit e815eeb

Please sign in to comment.