Skip to content

Commit 62009df

Browse files
committed
Switch to clang-20
1 parent 4944683 commit 62009df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/utils.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,8 @@ function devcontainer_extras() {
334334
sudo chown "$(id -u)":"$(id -g)" "$HOME/.config"
335335
fi
336336

337-
sudo ln -sf /usr/bin/clang-19 /usr/bin/clang || true
338-
sudo ln -sf /usr/bin/clang++-19 /usr/bin/clang++ || true
337+
sudo ln -sf /usr/bin/clang-20 /usr/bin/clang || true
338+
sudo ln -sf /usr/bin/clang++-20 /usr/bin/clang++ || true
339339

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

0 commit comments

Comments
 (0)