summaryrefslogtreecommitdiff
path: root/build.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-22 09:21:04 -0500
committerJeff Carr <[email protected]>2025-10-22 09:21:04 -0500
commit398235bdc52b7af008f401867e192900a01c06f8 (patch)
treeca3e26f31ad2b335583fb195c60b9e5e23015a3e /build.go
parent66d0426ccc05f7b88c102739f1f7f37984d927ac (diff)
new config names
Diffstat (limited to 'build.go')
-rw-r--r--build.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/build.go b/build.go
index 7d29354..28b0842 100644
--- a/build.go
+++ b/build.go
@@ -138,16 +138,6 @@ func (f *Forge) doBuild(repo *gitpb.Repo, userFlags []string, goWhat string) err
log.Info("result.Exit =", result.Exit)
log.DaemonMode(false)
log.Warn("go build failed", cmd)
- /*
- pwd, _ := os.Getwd()
- log.Warn("go build pwd", pwd)
- res2 := shell.RunEcho(cmd)
- if res2.Exit == 0 {
- log.Info("again failed", res2.Exit)
- log.Info("again failed cmd", strings.Join(cmd, "a"))
- log.Info("again failed", strings.Join(res2.Stdout, "\n"))
- }
- */
return errors.New("go " + goWhat + " failed: " + fmt.Sprint(result.Error))
}
// make symlinks