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

[llvm] Use LLVM 10 for AppVeyor and GitHub actions #1402

Merged
merged 3 commits into from
Jul 4, 2020

Conversation

yuanming-hu
Copy link
Member

wget https://github.com/yuanming-hu/taichi_assets/releases/download/llvm8/taichi-llvm-8.0.1-linux-x64.zip --waitretry=3 --tries=5
unzip taichi-llvm-8.0.1-linux-x64.zip
wget https://github.com/taichi-dev/taichi_assets/releases/download/llvm10/taichi-llvm-10.0.0-linux.zip --waitretry=3 --tries=5
unzip taichi-llvm-10.0.0-linux.zip
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool! IIUC now all CI are running on LLVM 10? So will we deprecate LLVM 8 very soon? If not, you may try this:

Suggested change
unzip taichi-llvm-10.0.0-linux.zip
unzip taichi-llvm-${{ matrix.llvm }}-linux.zip

and update the strategy of course, WDYT?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, we will deprecate LLVM 8 very soon, so I'd just keep things simple here :-) Thanks for the review.

@codecov
Copy link

codecov bot commented Jul 4, 2020

Codecov Report

❗ No coverage uploaded for pull request base (master@f1ee657). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #1402   +/-   ##
=========================================
  Coverage          ?   66.72%           
=========================================
  Files             ?       37           
  Lines             ?     5196           
  Branches          ?      933           
=========================================
  Hits              ?     3467           
  Misses            ?     1567           
  Partials          ?      162           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f1ee657...12debec. Read the comment docs.

@yuanming-hu yuanming-hu changed the title [llvm] Use LLVM 10 for Appveyor and GitHub actions [llvm] Use LLVM 10 for AppVeyor and GitHub actions Jul 4, 2020
@yuanming-hu yuanming-hu merged commit 0f7fc7e into taichi-dev:master Jul 4, 2020
@yuanming-hu yuanming-hu deleted the llvm-10-buildbots branch July 4, 2020 21:24
@FantasyVR FantasyVR mentioned this pull request Jul 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants