Skip to content

Commit beafd58

Browse files
authored
doc: bisect: add compiler_type entry
It looks like it is mandatory to avoid this error: unsupported bisect compiler:
1 parent 350f4ff commit beafd58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/bisect.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Create a config file with following lines adjusted for your environment:
2222
{
2323
"bin_dir": "/home/syzkaller/bisect_bin",
2424
"ccache": "/usr/bin/ccache",
25+
"compiler_type": "gcc",
2526
"kernel_repo": "git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git",
2627
"kernel_branch": "master",
2728
"syzkaller_repo": "https://github.com/google/syzkaller",

0 commit comments

Comments
 (0)