aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMatthieu Baerts <matttbe@kernel.org>2025-05-07 12:19:31 +0200
committerAleksandr Nogikh <nogikh@google.com>2025-05-09 09:00:38 +0000
commit3806b656dab76e4223f99599ceaf6c5aacc5ce8f (patch)
tree3e61759475803c7a59aa8a7aec94458ecaa5364c /docs
parent3af71fd3fd904701cb3b0d9047f2abe22458f7cf (diff)
doc: bisect: add `compiler_type` entry
It looks like it is mandatory to avoid this error: unsupported bisect compiler:
Diffstat (limited to 'docs')
-rw-r--r--docs/bisect.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/bisect.md b/docs/bisect.md
index 4c87a98c5..667a9de39 100644
--- a/docs/bisect.md
+++ b/docs/bisect.md
@@ -22,6 +22,7 @@ Create a config file with following lines adjusted for your environment:
{
"bin_dir": "/home/syzkaller/bisect_bin",
"ccache": "/usr/bin/ccache",
+ "compiler_type": "gcc",
"kernel_repo": "git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git",
"kernel_branch": "master",
"syzkaller_repo": "https://github.com/google/syzkaller",