diff options
| author | Alexander Potapenko <glider@google.com> | 2023-02-07 12:31:34 +0100 |
|---|---|---|
| committer | Alexander Potapenko <ramosian.glider@gmail.com> | 2023-02-07 15:46:20 +0100 |
| commit | 15c3d4451c29c10802bd64c6ab84ce7712dda28b (patch) | |
| tree | 83cae95fc2176bde194054d400b358511d91618c /dashboard/config/linux/bits/kmsan.yml | |
| parent | b68d0e755a596fc025654d03bbd3a3bdde87c94a (diff) | |
dashboard/config/linux: switch KMSAN bots to clang-15, update configs
clang-15 in our Docker containers is fresh enough to use it instead of clang-kmsan.
This patch also updates kmsan.yml to exclude all hardware-accelerated
configs under KMSAN, as they are unsupported.
Diffstat (limited to 'dashboard/config/linux/bits/kmsan.yml')
| -rw-r--r-- | dashboard/config/linux/bits/kmsan.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dashboard/config/linux/bits/kmsan.yml b/dashboard/config/linux/bits/kmsan.yml index 16256f1d7..fbe60629e 100644 --- a/dashboard/config/linux/bits/kmsan.yml +++ b/dashboard/config/linux/bits/kmsan.yml @@ -1,11 +1,11 @@ # Copyright 2020 syzkaller project authors. All rights reserved. # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. -compiler: /usr/local/clang-kmsan/bin/clang +compiler: /usr/bin/clang kernel: repo: https://github.com/google/kmsan.git - tag: kmsan-v5.18-rc4 + tag: kmsan-v6.2-rc7 config: - KMSAN |
