summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZack Weinberg <zackw@panix.com>2021-07-20 11:00:04 -0400
committerZack Weinberg <zackw@panix.com>2021-07-20 12:14:35 -0400
commit71000e37b4c22daf1f68000476b4071e2626b242 (patch)
treeb7ccf76e7af6f22f901278943b69619aa02d8148
parentf5e976a9429bd380625893c3b6f6d8cd73ef1cfd (diff)
downloadlibxcrypt-71000e37b4c22daf1f68000476b4071e2626b242.tar.gz
libxcrypt-71000e37b4c22daf1f68000476b4071e2626b242.tar.bz2
libxcrypt-71000e37b4c22daf1f68000476b4071e2626b242.zip
Add a note to codecov.yml explaining why we need to install llvm.
Future readers of this file might wonder why we need to install the ‘llvm’ package as well as the ‘clang’ package; add a few words of explanation.
-rw-r--r--.github/workflows/codecov.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml
index 420cc2d..6bad041 100644
--- a/.github/workflows/codecov.yml
+++ b/.github/workflows/codecov.yml
@@ -54,6 +54,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
+ # note: the 'llvm' package is needed for llvm-cov (only when using clang)
- name: Install packages
if: ${{ matrix.compiler == 'clang' }}
run: sudo apt-get install clang llvm