Skip to content

Commit

Permalink
Use clang-8 on Debian 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvander committed Oct 17, 2023
1 parent 5121af6 commit db12236
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/buildbot/buildconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"debian8": {
"CC": "clang-8",
"CXX": "clang++-8"
},
"debian9": {
"CC": "clang-11",
"CXX": "clang++-11"
Expand Down

0 comments on commit db12236

Please sign in to comment.