From e5b704ff236f51b201c6af598cefcaeb59661c48 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 16 Oct 2023 21:16:45 -0700 Subject: [PATCH] Use clang-14 to work around a PLT/GOT bug. --- support/buildbot/buildconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/support/buildbot/buildconfig.json b/support/buildbot/buildconfig.json index 90d1bae..60eb592 100644 --- a/support/buildbot/buildconfig.json +++ b/support/buildbot/buildconfig.json @@ -4,7 +4,7 @@ "CXX": "clang-3.8" }, "debian11": { - "CC": "clang-13", - "CXX": "clang++-13" + "CC": "clang-14", + "CXX": "clang++-14" } }