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 committed Jun 19, 2017
1 parent 114edd8 commit 52eaf31
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions ansible/roles/baselayout/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,12 @@ packages: {
'g++',
'gcc',
'git',
],

ubuntu12: [
'ccache',
'g++-4.9',
'gcc-4.9',
'git'
]
}
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 52eaf31

Please sign in to comment.