Skip to content

Commit cc7836a

Browse files
committed
ci: install llvm tools in sanitizers workflow
`llvm-symbolizer` is necessary for processing suppressions.
1 parent a92ca72 commit cc7836a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sanitizers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
BUILDREQUIRES: >-
1313
openssl-devel pcre2-devel zlib-devel
1414
cargo rust-src rustfmt
15-
clang compiler-rt
15+
clang compiler-rt llvm
1616
git-core
1717
make patch
1818
perl-FindBin

0 commit comments

Comments
 (0)