Commit 407ccd0
authored
devcontainer: Install clang sanitizer runtimes
Clang sanitizers require "compiler-rt" runtime libraries
(https://compiler-rt.llvm.org/).
Fedora packages those separately as `compiler-rt`.
- add `compiler-rt`
- split the lines to make the list installed stuff easier to read1 parent d5e7029 commit 407ccd0
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
14 | 18 | | |
15 | 19 | | |
16 | 20 | | |
| |||
0 commit comments