From bbb921d248befbb1bf3970cc8d680403f255de97 Mon Sep 17 00:00:00 2001 From: Jouni Hogander Date: Tue, 1 Sep 2020 16:13:50 +0300 Subject: pkg/bisect: add ccache option Add option to use ccache in kernel builds. Signed-off-by: Jouni Hogander --- pkg/bisect/bisect_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/bisect/bisect_test.go') diff --git a/pkg/bisect/bisect_test.go b/pkg/bisect/bisect_test.go index e60da3aed..ee730b724 100644 --- a/pkg/bisect/bisect_test.go +++ b/pkg/bisect/bisect_test.go @@ -32,7 +32,7 @@ func (env *testEnv) BuildSyzkaller(repo, commit string) error { return nil } -func (env *testEnv) BuildKernel(compilerBin, userspaceDir, cmdlineFile, sysctlFile string, +func (env *testEnv) BuildKernel(compilerBin, cCache, userspaceDir, cmdlineFile, sysctlFile string, kernelConfig []byte) (string, string, error) { commit := env.headCommit() configHash := hash.String(kernelConfig) -- cgit mrf-deployment