]> git.ipfire.org Git - thirdparty/ccache.git/commit
Use ubuntu-18.04 instead of ubuntu-20.04 for Clang-Tidy
authorJoel Rosdahl <joel@rosdahl.net>
Mon, 28 Sep 2020 12:56:43 +0000 (14:56 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 28 Sep 2020 13:09:34 +0000 (15:09 +0200)
commit28df9e57d886376d93a99a3a37348cb533e56959
tree4cece8515af119d9430afd97f9a5cabc8fdad538
parentd36bc226c612c23f40d2862691928287f4b15444
Use ubuntu-18.04 instead of ubuntu-20.04 for Clang-Tidy

The ubuntu-20.04 VM has intermittent build errors that look like this:

  sudo apt-get install libzstd-dev clang-tidy
  [...]
  The following packages have unmet dependencies:
   clang-tidy : Depends: clang-tidy-10 (>= 10~) but it is not going to be installed
  E: Unable to correct problems, you have held broken packages.

Clang-Tidy 9 also found “function ... has a definition with different
parameter names” warnings that needed to be fixed as part of this.

As discussed in #670.
.github/workflows/build.yaml
src/Util.cpp
src/hashutil.cpp