test: stabilize tagged and bounded release checks

This commit is contained in:
2026-09-02 19:46:27 -04:00
parent e730dd1b56
commit 3fb7fafd02
5 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -172,7 +172,7 @@ func buildHimesanBinary(t *testing.T, repositoryRoot, name, linkerFlags string)
name += ".exe"
}
path := filepath.Join(t.TempDir(), name)
arguments := []string{"build", "-trimpath"}
arguments := []string{"build", "-buildvcs=false", "-trimpath"}
if linkerFlags != "" {
arguments = append(arguments, "-ldflags", linkerFlags)
}