You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It does change the contract slightly -- with the change, we better keep using LDFLAGS in the way we do to not break anyone's build scripts. I think we cannot guarantee that, but since you're building from source on your own, this might not be a problem. 🤔
I mean, noone is going to break your build on purpose, but if a future change introduces goreleaser, for example, things could have to be adapted again...
We've started to build opa ourself. But for our monitoring system to work we need to be able to set LDFLAGS as input to the build command.
What is the underlying problem you're trying to solve?
Currently we have to modify the Makefile after cloning the source.
Describe the ideal solution
WASM_ENABLED=0 LDFLAGS="-linkmode=external" make build
It's a oneliner change to enable LDFLAGS to be set and I could submit a merge request if you think its valuable?
The text was updated successfully, but these errors were encountered: