Skip to content

Commit

Permalink
Merge pull request #3 from alesparza/clang-10-update
Browse files Browse the repository at this point in the history
fix: #2 use clang-10
  • Loading branch information
kuang-da authored Aug 29, 2021
2 parents a4202a4 + b7a237d commit 1e5f63d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ Vagrant.configure(2) do |config|
sudo apt-get -y upgrade
sudo apt-get install -y virtualbox-guest-utils
sudo apt-get install -y emacs
sudo apt-get install -y clang-6.0
sudo apt-get install -y clang-format-6.0
sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-6.0 100
sudo update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-6.0 100
sudo apt-get install -y clang-10.0
sudo apt-get install -y clang-format-10
sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-10 100
sudo update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-10.0 100
sudo apt-get install -y gdb
sudo apt-get install -y lldb-3.8
sudo apt-get install -y valgrind
Expand Down

0 comments on commit 1e5f63d

Please sign in to comment.