Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add buildvcs=false to go build in integration tests v6.8.x #8612

Merged
merged 1 commit into from Nov 3, 2022

Conversation

xtremerui
Copy link
Contributor

darwin worker had problem with external disk where we use as Concoures worker dir. It had to be reboot and unmount/mount the disk. The problem was gone since but the side effect of rebooting the machine was golang upgrade to 1.19.2, which seems now throwing error

error obtaining VCS status: exit status 128
      	Use -buildvcs=false to disable VCS stamping.

so here we are adding the flag to go builds in where errors are thrown. This change is barkporting from master.

Signed-off-by: Rui Yang <ruiya@vmware.com>
@xtremerui xtremerui added the misc label Nov 3, 2022
@xtremerui xtremerui merged commit 840ac80 into release/6.8.x Nov 3, 2022
@xtremerui xtremerui deleted the build-vcs-false-6-8 branch November 3, 2022 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant