From f3549bd01c39a5d38211a2694bc2958afbd7e339 Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Sat, 1 Oct 2022 06:47:37 +0000 Subject: [PATCH] Cirrus: Require "Modules Off" tasks to succeed The btcd issue that made them non-mandatory is resolved. --- .cirrus.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 7618bb1..2e8dd82 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -16,8 +16,6 @@ task: GO111MODULE: "off" GOLANGCI_MODULES_ARGS: "--disable=gomoddirectives,gomodguard" MODULES_NAME: " Modules Off" - # TODO: Stop allowing failures once btcd v0.22.1 is released. - allow_failures: true fetch_script: - go get -tags "$GOX_TAGS" -d -v -t github.com/$CIRRUS_REPO_FULL_NAME/... - GOOS=windows go get -tags "$GOX_TAGS" -d -v -t github.com/$CIRRUS_REPO_FULL_NAME/... @@ -111,8 +109,6 @@ task: - env: GO111MODULE: "off" MODULES_NAME: " Modules Off" - # TODO: Stop allowing failures once btcd v0.22.1 is released. - allow_failures: true fetch_script: - go get -tags "$GOX_TAGS" -d -v -t github.com/$CIRRUS_REPO_FULL_NAME/... - GOOS=windows go get -tags "$GOX_TAGS" -d -v -t github.com/$CIRRUS_REPO_FULL_NAME/... @@ -179,8 +175,6 @@ task: - env: GO111MODULE: "off" MODULES_NAME: " Modules Off" - # TODO: Stop allowing failures once btcd v0.22.1 is released. - allow_failures: true gox_script: - go get github.com/mitchellh/gox fetch_script: