handle --long build flags properly
cmd/go treats "--foo=bar" juts like "-foo=bar", just like any other program using the flag package. However, we didn't support this longer form in filterForwardBuildFlags. Because of it, "garble build -tags=foo" worked, but "garble build --tags=foo" did not, as we wouldn't forward "--tags=foo" as a build flag for "go list". Fixes #429.pull/457/head
parent
d8e5351175
commit
c506f02763
Loading…
Reference in New Issue