linkerd2/pkg/version
Brian Smith 2098beb123
Don't relink web & controller executables when version changes. (#1338)
Speed up incremental rebuilds by avoiding relinking the controller
and/or web executables when changes are made to unrelated files.
Before this change, any time the git tag changed, the executables
would have to be rebuilt (relinked at least), even if no Go files
changed.

Validated by running the integration tests.

Signed-off-by: Brian Smith <brian@briansmith.org>
2018-07-26 16:20:36 -10:00
..
version.go Don't relink web & controller executables when version changes. (#1338) 2018-07-26 16:20:36 -10:00
version_test.go Update version test to block on http server initialization (#1346) 2018-07-23 17:29:29 -07:00