Skip to content

Commit 01b6062

Browse files
committed
ci: avoid flaky mise API verification
1 parent 477bda3 commit 01b6062

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.buildkite/hooks/pre-command

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,14 @@ mkdir -p \
1212
export GOCACHE="${cache_root}/go/build"
1313
export GOMODCACHE="${cache_root}/go/pkg/mod"
1414
export GOLANGCI_LINT_CACHE="${cache_root}/golangci-lint"
15+
16+
# CI pins tool versions in mise.toml/mise.lock, but the go: backend used for
17+
# go-cover-treemap does not support locked-mode URLs. Skip the GitHub API-backed
18+
# attestation/SLSA checks instead so reruns do not fail on unauthenticated rate
19+
# limits inside the mise plugin.
20+
export MISE_AQUA_GITHUB_ATTESTATIONS=false
21+
export MISE_AQUA_SLSA=false
22+
export MISE_GITHUB_ATTESTATIONS=false
23+
export MISE_GITHUB_GITHUB_ATTESTATIONS=false
24+
export MISE_GITHUB_SLSA=false
25+
export MISE_SLSA=false

0 commit comments

Comments
 (0)