From 37d7d99c5027a421f507ec1b47e5ecdfe94abd0e Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Wed, 11 May 2022 07:40:36 +0000 Subject: [PATCH] Make "Modules Off" tasks non-mandatory until btcd is upgraded --- .cirrus.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index 92a6ac2..c35646d 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -16,6 +16,8 @@ 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/... @@ -109,6 +111,8 @@ 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/... @@ -175,6 +179,8 @@ 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: