Skip to content

Commit f5f3ffc

Browse files
authored
ubuntu: bump gcc to 4.9 on 12.04
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
1 parent bc693e4 commit f5f3ffc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup/ubuntu12.04/ansible-vars.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ packages:
99
- automake
1010
- libtool
1111
- curl
12-
- gcc-4.8
13-
- g++-4.8
12+
- gcc-4.9
13+
- g++-4.9
1414
- ccache
1515
- subversion

0 commit comments

Comments
 (0)