Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci/coverage: revise regex for extracting clang and LLVM versions (env…
…oyproxy#32509) ci/coverage: make regex for extracting clang and LLVM versions more strict The regular expressions currently used to extract clang and LLVM versions in `run_envoy_bazel_coverage.sh` can include spurious non-version characters which can result in an accidental mismatch. This change revises the expressions assuming that clang and LLVM versions will always match `[0-9.]*`, the characters expected in semantic versioning, which should be a reasonable assumption. Signed-off-by: Eric Chung <[email protected]>
- Loading branch information