Skip to content

Commit e9ccb98

Browse files
gtrrz-victorclaude
andcommitted
fix: drop redundant mise build task that shadowed mise-tasks/build
The added [tasks.build] in mise.toml overrode the pre-existing mise-tasks/build file, which builds both entire and git-remote-entire (the e2e canary/roger-roger scripts call 'mise run build' and need both). The file task already builds with no ldflags, so experimental commands are visible in mise builds without any addition here. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Entire-Checkpoint: 01KXG7225MED1V2T6PKNT70S82
1 parent 1229f6c commit e9ccb98

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

mise.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ mise run test:e2e:canary
3030
description = "Run formatting, linting, and CI tests"
3131
depends = ["fmt", "lint", "test:ci"]
3232

33-
[tasks.build]
34-
description = "Build the entire binary for the host platform (experimental commands visible)"
35-
run = "CGO_ENABLED=0 go build -o entire ./cmd/entire/"
36-
3733
[tasks."build:windows"]
3834
description = "Cross-compile for Windows amd64"
3935
run = "CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -o entire.exe ./cmd/entire/"

0 commit comments

Comments
 (0)