aboutsummaryrefslogtreecommitdiffstats
path: root/tools/syz-testbuild
diff options
context:
space:
mode:
Diffstat (limited to 'tools/syz-testbuild')
-rw-r--r--tools/syz-testbuild/testbuild.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/syz-testbuild/testbuild.go b/tools/syz-testbuild/testbuild.go
index dac89bfcc..daadff3e3 100644
--- a/tools/syz-testbuild/testbuild.go
+++ b/tools/syz-testbuild/testbuild.go
@@ -125,7 +125,7 @@ func main() {
func test(repo vcs.Repo, bisecter vcs.Bisecter, kernelConfig []byte, env instance.Env, com *vcs.Commit) {
compiler, compilerType, linker, ccache := "gcc", "gcc", "ld", ""
- bisectEnv, err := bisecter.EnvForCommit(compiler, compilerType, *flagBisectBin, com.Hash, kernelConfig)
+ bisectEnv, err := bisecter.EnvForCommit(compiler, compilerType, *flagBisectBin, com.Hash, kernelConfig, nil)
if err != nil {
tool.Fail(err)
}