Skip to content

Commit

Permalink
ubuntu: bump gcc to 4.9 on 12.04
Browse files Browse the repository at this point in the history
The latest version of 4.8 available for 12.04 is 4.8.4.
It is not able to build V8 from version 5.7 and does not
satisfy the requirements to build Node.js.

Refs: nodejs/node#11840
Refs: nodejs/v8#5
  • Loading branch information
targos authored Mar 14, 2017
1 parent bc693e4 commit f5f3ffc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup/ubuntu12.04/ansible-vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ packages:
- automake
- libtool
- curl
- gcc-4.8
- g++-4.8
- gcc-4.9
- g++-4.9
- ccache
- subversion

0 comments on commit f5f3ffc

Please sign in to comment.