aboutsummaryrefslogtreecommitdiffstats
path: root/syz-cluster/workflow
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2025-04-15 16:06:02 +0200
committerAleksandr Nogikh <nogikh@google.com>2025-04-15 15:55:41 +0000
commita95239b10464c498ac06b56698a6996643680b86 (patch)
tree9ccfdeda5d1040714e59ddabc0182a40357c8b56 /syz-cluster/workflow
parent1a6e1709f1d9fef11742f9686a1e1912ef2a12ea (diff)
syz-cluster: log build signature
Before incorporating it into the process, let's see how reliable this value is at the moment.
Diffstat (limited to 'syz-cluster/workflow')
-rw-r--r--syz-cluster/workflow/build-step/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/syz-cluster/workflow/build-step/main.go b/syz-cluster/workflow/build-step/main.go
index ad84cd380..edb2fe80c 100644
--- a/syz-cluster/workflow/build-step/main.go
+++ b/syz-cluster/workflow/build-step/main.go
@@ -224,6 +224,7 @@ func buildKernel(tracer debugtracer.DebugTracer, req *api.BuildRequest) error {
tracer.Log("started build: %q", req)
info, err := build.Image(params)
tracer.Log("compiler: %q", info.CompilerID)
+ tracer.Log("signature: %q", info.Signature)
if err != nil {
var kernelError *build.KernelError
var verboseError *osutil.VerboseError