Skip to content

Commit d8f1a18

Browse files
committed
xxx
1 parent 0b9bca7 commit d8f1a18

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/CICD.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CICD
22

33
# spell-checker:ignore (abbrev/names) CICD CodeCOV MacOS MinGW MSVC musl taiki
44
# spell-checker:ignore (env/flags) Awarnings Ccodegen Coverflow Cpanic Dwarnings RUSTDOCFLAGS RUSTFLAGS Zpanic CARGOFLAGS
5-
# spell-checker:ignore (jargon) SHAs deps dequote softprops subshell toolchain fuzzers dedupe devel
5+
# spell-checker:ignore (jargon) SHAs deps dequote softprops subshell toolchain fuzzers dedupe devel profdata
66
# spell-checker:ignore (people) Peltoche rivy dtolnay Anson dawidd
77
# spell-checker:ignore (shell/tools) binutils choco clippy dmake dpkg esac fakeroot fdesc fdescfs gmake grcov halium lcov libclang libfuse libssl limactl mkdir nextest nocross pacman popd printf pushd redoxer rsync rustc rustfmt rustup shopt sccache utmpdump xargs
88
# spell-checker:ignore (misc) aarch alnum armhf bindir busytest coreutils defconfig DESTDIR gecos getenforce gnueabihf issuecomment maint manpages msys multisize noconfirm nullglob onexitbegin onexitend pell runtest Swatinem tempfile testsuite toybox uutils
@@ -1022,10 +1022,13 @@ jobs:
10221022
with:
10231023
tool: nextest,[email protected]
10241024
- uses: Swatinem/rust-cache@v2
1025+
10251026
- name: Run sccache-cache
10261027
uses: mozilla-actions/[email protected]
1028+
10271029
# - name: Reattach HEAD ## may be needed for accurate code coverage info
10281030
# run: git checkout ${{ github.head_ref }}
1031+
10291032
- name: Initialize workflow variables
10301033
id: vars
10311034
shell: bash
@@ -1083,6 +1086,9 @@ jobs:
10831086
windows-latest) C:/msys64/usr/bin/pacman.exe -Sy --needed mingw-w64-x86_64-gcc --noconfirm ; echo "C:\msys64\mingw64\bin" >> $GITHUB_PATH ;;
10841087
esac
10851088
1089+
## Install the llvm-tools component to get access to `llvm-profdata`
1090+
rustup component add llvm-tools
1091+
10861092
- name: Run test and coverage
10871093
id: run_test_cov
10881094
run: |

0 commit comments

Comments
 (0)