Skip to content

Commit

Permalink
build_setup: install clang14, but keep llvm and lld as default.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunflower2333 committed Dec 15, 2024
1 parent 93faa2b commit 2702a3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
sudo apt update

# Install Dependencies
sudo apt -y install uuid-dev clang-14 llvm-14 gcc-aarch64-linux-gnu lld-14 python3-venv pip git mono-devel build-essential iasl nasm python3 python3-git python3-pip gettext locales gnupg ca-certificates python3-venv git-core curl
sudo apt -y install uuid-dev clang-14 llvm gcc-aarch64-linux-gnu lld python3-venv pip git mono-devel build-essential iasl nasm python3 python3-git python3-pip gettext locales gnupg ca-certificates python3-venv git-core curl

# Install nuget
sudo curl -o /usr/local/bin/nuget.exe https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
Expand Down
1 change: 1 addition & 0 deletions scripts/ci_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ echo CI Environment Setup.
#apt -y remove firefox # uninstall firefox before upgradeing.
./build_setup.sh
# use clang14 as compiler
sudo apt autoremove clang-18 -y
sudo rm /usr/bin/clang
sudo ln -s /usr/bin/clang-14 /usr/bin/clang

Expand Down

0 comments on commit 2702a3f

Please sign in to comment.