From 39a91c1806bfc2087977dbe31529c34219a8aba6 Mon Sep 17 00:00:00 2001 From: Alexander Potapenko Date: Wed, 2 Aug 2023 16:37:10 +0200 Subject: dashboard/config: switch KMSAN configs to upstream tree Since we are using the upstream tree to build KMSAN on syzbot, switch the kernel configs to also reference that tree. --- dashboard/config/linux/bits/kmsan.yml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'dashboard/config/linux/bits') diff --git a/dashboard/config/linux/bits/kmsan.yml b/dashboard/config/linux/bits/kmsan.yml index e3bbfdbb9..466512db5 100644 --- a/dashboard/config/linux/bits/kmsan.yml +++ b/dashboard/config/linux/bits/kmsan.yml @@ -3,10 +3,6 @@ compiler: /usr/bin/clang -kernel: - repo: https://github.com/google/kmsan.git - tag: kmsan-v6.4-rc1 - config: - KMSAN - KMSAN_CHECK_PARAM_RETVAL -- cgit mrf-deployment