← Back to issue list

Allow customization/removal of automatic "go generate" step

View original Github issue

Metadata

Project
rockcraft
Number
#102
Type
issue
State
open
Author
tigarmo
Labels
Created
2022-09-28 19:05:18+00:00
Updated
2026-03-18 17:37:26+00:00
Closed

Current evaluation

No evaluation has been recorded for this issue yet.

Issue body

The GoPlugin current always calls `go generate ./...` when building the go code. However, there have been two instances so far (chisel and pebble) where that call is incorrect - it generates code that then fails to compile. The workaround currently is to override the entire build step, so we should come up with a way to customize/toggle this.

Evaluation history

No evaluation history available.