Skip to content

Commit

Permalink
ci: print toolchain version
Browse files Browse the repository at this point in the history
  • Loading branch information
whentojump committed Jun 25, 2024
1 parent 434da7a commit ba8349f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/llvm-18.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ jobs:
- uses: actions/checkout@v4
- name: Set up LLVM path
run: echo "$MCDC_HOME/llvm-project/build/bin" >> $GITHUB_PATH
- name: Print toolchain version
run: |
clang -v
llc --version
- name: Build the kernel
run: ./ci/4_build_kernel.sh
- name: Print full kernel build log
Expand All @@ -96,6 +100,10 @@ jobs:
- uses: actions/checkout@v4
- name: Set up LLVM path
run: echo "$MCDC_HOME/llvm-project/build/bin" >> $GITHUB_PATH
- name: Print toolchain version
run: |
clang -v
llc --version
- name: Boot the kernel and collect coverage
run: ./ci/5_boot_kernel_and_collect_coverage.sh
- name: Print the index of coverage report
Expand Down

0 comments on commit ba8349f

Please sign in to comment.