File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ COPY go.mod ./
77COPY go.sum ./
88RUN go mod download
99COPY pkg/gcs/ pkg/gcs/
10+ COPY pkg/osutil/ pkg/osutil/
1011
1112# Build the tool.
1213COPY syz-cluster/controller/ syz-cluster/controller/
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ COPY go.mod ./
77COPY go.sum ./
88RUN go mod download
99COPY pkg/gcs/ pkg/gcs/
10+ COPY pkg/osutil/ pkg/osutil/
1011COPY pkg/html/urlutil/ pkg/html/urlutil/
1112
1213# Build the tool.
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ COPY go.mod ./
77COPY go.sum ./
88RUN go mod download
99COPY pkg/gcs/ pkg/gcs/
10+ COPY pkg/osutil/ pkg/osutil/
1011
1112# Build the tool.
1213COPY syz-cluster/reporter-server/ syz-cluster/reporter-server/
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ COPY go.mod ./
77COPY go.sum ./
88RUN go mod download
99COPY pkg/gcs/ pkg/gcs/
10+ COPY pkg/osutil/ pkg/osutil/
1011
1112# Build the tool.
1213COPY syz-cluster/tools/db-mgmt/*.go syz-cluster/tools/db-mgmt/
You can’t perform that action at this time.
0 commit comments