summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeir Storli <geirstorli@yahoo.no>2017-08-30 15:17:57 +0200
committerGitHub <noreply@github.com>2017-08-30 15:17:57 +0200
commitf5d1d6ca06b2f43bfe0eaa832a3db9619b2fc8ea (patch)
tree6f8a8fab8b3ab760e4a7c0133bb39a171ac56e95
parentf233bb1a24d47b3b0aad2b1447e7640b19d37e35 (diff)
parent2875de5ff0a41b90f1703eaa0a812e72bf069c3e (diff)
Merge pull request #3268 from vespa-engine/vekterli/bump-clion-version-2017-2-2
Bump CLion version to 2017.2.2
-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