This repository was archived by the owner on Dec 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,7 +67,9 @@ Vagrant.configure(2) do |config|
6767 # documentation for more information about their specific syntax and use.
6868 config . vm . provision "shell" , inline : <<-SHELL
6969 sudo apt-get update
70- sudo apt-get install -y build-essential git git-svn python ruby ruby-dev
71- sudo gem install bundler
70+ sudo apt-get install -y gcc-4.8 g++-4.8 build-essential git git-svn python ruby ruby-dev
71+ sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 60 --slave /usr/bin/g++ g++ /usr/bin/g++-4.8
72+ sudo update-alternatives --config gcc
73+ gem install bundler
7274 SHELL
7375end
Original file line number Diff line number Diff line change @@ -67,7 +67,9 @@ Vagrant.configure(2) do |config|
6767 # documentation for more information about their specific syntax and use.
6868 config . vm . provision "shell" , inline : <<-SHELL
6969 sudo apt-get update
70- sudo apt-get install -y build-essential git git-svn python ruby ruby-dev
71- sudo gem install bundler
70+ sudo apt-get install -y gcc-4.8 g++-4.8 build-essential git git-svn python ruby ruby-dev
71+ sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 60 --slave /usr/bin/g++ g++ /usr/bin/g++-4.8
72+ sudo update-alternatives --config gcc
73+ gem install bundler
7274 SHELL
7375end
You can’t perform that action at this time.
0 commit comments