Skip to content

Commit 3e71cd7

Browse files
committed
.cirrus.yml: disable buildvcs on build and test
Explicitly disable buildvcs for build and test on FreeBSD. See golang/go#51723 and golang/go#51748.
1 parent d723fb3 commit 3e71cd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ freebsd_12_task:
66
freebsd_instance:
77
image_family: freebsd-12-3
88
install_script: |
9-
pkg install -y git go
9+
pkg install -y go
1010
GOBIN=$PWD/bin go install golang.org/dl/${GO_VERSION}@latest
1111
bin/${GO_VERSION} download
1212
build_script: bin/${GO_VERSION} build -buildvcs=false -v ./...
13-
test_script: bin/${GO_VERSION} test -race ./...
13+
test_script: bin/${GO_VERSION} test -buildvcs=false -race ./...

0 commit comments

Comments
 (0)