Skip to content

Commit f2914aa

Browse files
committed
Add clang linking back in
1 parent eacd6cd commit f2914aa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

scripts/devcontainer.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,8 @@ zsh_extras
5555
install_starship
5656
install_lazygit
5757

58-
# use clang 14 for compiler
59-
sudo ln -sf /usr/bin/clang-20 /usr/bin/clang || true
60-
sudo ln -sf /usr/bin/clang++-20 /usr/bin/clang++ || true
58+
sudo ln -sf /usr/bin/clang-19 /usr/bin/clang || true
59+
sudo ln -sf /usr/bin/clang++-19 /usr/bin/clang++ || true
6160

6261
# hack to get the proper shell to open when using devcontainer connect and nvim
6362
echo "export SHELL=zsh" >>"$HOME/.profile"

0 commit comments

Comments
 (0)