summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Moinvaziri <nathan@solidstatenetworks.com>2021-05-29 12:01:07 -0700
committerHans Kristian Rosbach <hk-github@circlestorm.org>2021-05-30 15:48:50 +0200
commite5fdfc77b8826d3c4ac818919d77685877090e29 (patch)
tree021564f236122850d97030144e302c27eb31ad13
parenta9df2ca9bdc3d37c0a9ff0402b0644d00cf54010 (diff)
Explicitly state clang version to prevent future code coverage format mismatches.
-rw-r--r--.github/workflows/cmake.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml
index c43fcf2..6b5cea4 100644
--- a/.github/workflows/cmake.yml
+++ b/.github/workflows/cmake.yml
@@ -254,14 +254,14 @@ jobs:
- name: Ubuntu Clang
os: ubuntu-latest
- compiler: clang
+ compiler: clang-11
packages: llvm-11-tools
gcov-exec: llvm-cov-11 gcov
codecov: ubuntu_clang
- name: Ubuntu Clang Inflate Strict
os: ubuntu-latest
- compiler: clang
+ compiler: clang-11
cmake-args: -DWITH_INFLATE_STRICT=ON
packages: llvm-11-tools
gcov-exec: llvm-cov-11 gcov
@@ -269,7 +269,7 @@ jobs:
- name: Ubuntu Clang Inflate Allow Invalid Dist
os: ubuntu-latest
- compiler: clang
+ compiler: clang-11
cmake-args: -DWITH_INFLATE_ALLOW_INVALID_DIST=ON
packages: llvm-11-tools
gcov-exec: llvm-cov-11 gcov
@@ -277,7 +277,7 @@ jobs:
- name: Ubuntu Clang Memory Map
os: ubuntu-latest
- compiler: clang
+ compiler: clang-11
cflags: -DUSE_MMAP
packages: llvm-11-tools
gcov-exec: llvm-cov-11 gcov
@@ -285,7 +285,7 @@ jobs:
- name: Ubuntu Clang Debug
os: ubuntu-latest
- compiler: clang
+ compiler: clang-11
packages: llvm-11-tools
gcov-exec: llvm-cov-11 gcov
codecov: ubuntu_clang_debug
@@ -293,7 +293,7 @@ jobs:
- name: Ubuntu Clang MSAN
os: ubuntu-latest
- compiler: clang
+ compiler: clang-11
cmake-args: -GNinja -DWITH_SANITIZER=Memory
packages: ninja-build llvm-11-tools
gcov-exec: llvm-cov-11 gcov