diff options
Diffstat (limited to 'syz-cluster/workflow/build-step')
| -rw-r--r-- | syz-cluster/workflow/build-step/Dockerfile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/syz-cluster/workflow/build-step/Dockerfile b/syz-cluster/workflow/build-step/Dockerfile index c3f2fb037..7f8849ffd 100644 --- a/syz-cluster/workflow/build-step/Dockerfile +++ b/syz-cluster/workflow/build-step/Dockerfile @@ -7,9 +7,7 @@ FROM gcr.io/syzkaller/env AS build-step-builder WORKDIR /build COPY go.mod go.sum ./ RUN go mod download -COPY --exclude=syz-cluster . . -COPY syz-cluster/workflow/build-step/*.go syz-cluster/workflow/build-step/ -COPY syz-cluster/pkg/ syz-cluster/pkg/ +COPY . . RUN go build -o /build/build-step-bin /build/syz-cluster/workflow/build-step # Build on the latest syzbot image. |
