Skip to content

Commit

Permalink
Use clang-11 on Debian 9.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvander committed Oct 17, 2023
1 parent 96b676f commit 5121af6
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 @@
{
"debian9": {
"CC": "clang-11",
"CXX": "clang++-11"
},
"debian11": {
"CC": "clang-13",
"CXX": "clang++-13"
Expand Down

0 comments on commit 5121af6

Please sign in to comment.