Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[build] Temporarily switch to clang-14 #8419

Merged
merged 1 commit into from
Nov 24, 2023

Conversation

feisuzhu
Copy link
Contributor

@feisuzhu feisuzhu commented Nov 23, 2023

Issue: #

Brief Summary

🤖[deprecated] Generated by Copilot at ba889a6

Updated the docker image and workflows to use LLVM 14 for taichi. This improves the compatibility, simplicity, and efficiency of the development and testing environment.

Walkthrough

🤖[deprecated] Generated by Copilot at ba889a6

  • Update the docker image version for the performance, release, and testing workflows to use LLVM 14 instead of LLVM 15 (link, link, link)
  • Install clang, clang-tidy, llvm, and lld packages from the LLVM 14 apt repository instead of LLVM 15 (link)
  • Create symbolic links for clang, clang++, lld, and ld.lld binaries using the LLVM 14 version instead of LLVM 15 (link)
  • Remove the redundant environment variables CC and CXX that were already set by the symbolic links (link, link)
  • Remove the installation of the patcher;v4 component from the Android SDK, as it is not needed by taichi (link)

Copy link

netlify bot commented Nov 23, 2023

Deploy Preview for docsite-preview canceled.

Name Link
🔨 Latest commit ba889a6
🔍 Latest deploy log https://app.netlify.com/sites/docsite-preview/deploys/655f2f7556f8710008d5de95

@jim19930609 jim19930609 merged commit 2fd2449 into taichi-dev:master Nov 24, 2023
30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants