Skip to content

Commit

Permalink
Merge pull request #2403 from jrvaldes/release-4.12-ovn-k-set-buildvc…
Browse files Browse the repository at this point in the history
…s-to-false

[release-4.12] Disable buildvcs for ovn-kubernetes build
  • Loading branch information
openshift-merge-bot[bot] authored Sep 3, 2024
2 parents e53fff7 + fadda4c commit a454f5b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY .git .git
WORKDIR /build/windows-machine-config-operator/ovn-kubernetes/
COPY ovn-kubernetes/ .
WORKDIR /build/windows-machine-config-operator/ovn-kubernetes/go-controller/
RUN make windows
RUN WINDOWS_BUILD="yes" GOFLAGS=-buildvcs=false hack/build-go.sh hybrid-overlay/cmd/hybrid-overlay-node

# Build promu utility tool, needed to build the windows_exporter.exe metrics binary
WORKDIR /build/windows-machine-config-operator/promu/
Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY .git .git
WORKDIR /build/windows-machine-config-operator/ovn-kubernetes/
COPY ovn-kubernetes/ .
WORKDIR /build/windows-machine-config-operator/ovn-kubernetes/go-controller/
RUN make windows
RUN WINDOWS_BUILD="yes" GOFLAGS=-buildvcs=false hack/build-go.sh hybrid-overlay/cmd/hybrid-overlay-node

# Build promu utility tool, needed to build the windows_exporter.exe metrics binary
WORKDIR /build/windows-machine-config-operator/promu/
Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ COPY .git .git
WORKDIR /build/windows-machine-config-operator/ovn-kubernetes/
COPY ovn-kubernetes/ .
WORKDIR /build/windows-machine-config-operator/ovn-kubernetes/go-controller/
RUN make windows
RUN WINDOWS_BUILD="yes" GOFLAGS=-buildvcs=false hack/build-go.sh hybrid-overlay/cmd/hybrid-overlay-node

# Build promu utility tool, needed to build the windows_exporter.exe metrics binary
WORKDIR /build/windows-machine-config-operator/promu/
Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile.konflux
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY .git .git
WORKDIR /build/windows-machine-config-operator/ovn-kubernetes/
COPY ovn-kubernetes/ .
WORKDIR /build/windows-machine-config-operator/ovn-kubernetes/go-controller/
RUN make windows
RUN WINDOWS_BUILD="yes" GOFLAGS=-buildvcs=false hack/build-go.sh hybrid-overlay/cmd/hybrid-overlay-node

# Build promu utility tool, needed to build the windows_exporter.exe metrics binary
WORKDIR /build/windows-machine-config-operator/promu/
Expand Down

0 comments on commit a454f5b

Please sign in to comment.