Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 read
- Loading branch information