summaryrefslogtreecommitdiffstats
path: root/vagrant
diff options
context:
space:
mode:
authorTor Brede Vekterli <vekterli@yahoo-inc.com>2017-08-30 14:26:27 +0200
committerTor Brede Vekterli <vekterli@yahoo-inc.com>2017-08-30 14:26:27 +0200
commit2875de5ff0a41b90f1703eaa0a812e72bf069c3e (patch)
tree45e4c3809cbe94072d96be0a644f5284b91f5de4 /vagrant
parent8f6823544640b1f18450e4c6df1335d9ccc9e496 (diff)
Bump CLion version to 2017.2.2
Diffstat (limited to 'vagrant')
-rw-r--r--vagrant/Vagrantfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/vagrant/Vagrantfile b/vagrant/Vagrantfile
index 7238e7de5b4..74b2f5bdbdb 100644
--- a/vagrant/Vagrantfile
+++ b/vagrant/Vagrantfile
@@ -35,7 +35,7 @@ Vagrant.configure("2") do |config|
yum-builddep -y /vagrant/dist/vespa.spec
echo -e "* soft nproc 409600\n* hard nproc 409600" > /etc/security/limits.d/99-nproc.conf
echo -e "* soft nofile 262144\n* hard nofile 262144" > /etc/security/limits.d/99-nofile.conf
- wget -q -O - https://download.jetbrains.com/cpp/CLion-2017.2.1.tar.gz | tar -C /opt -zx
- ln -sf /opt/clion-2017.2.1/bin/clion.sh /usr/bin/clion
+ wget -q -O - https://download.jetbrains.com/cpp/CLion-2017.2.2.tar.gz | tar -C /opt -zx
+ ln -sf /opt/clion-2017.2.2/bin/clion.sh /usr/bin/clion
SHELL
end