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
Changes the build targets of plugins to effectively "phony", always
unconditionally running the build without trying to check dependencies.
The previous make targets were faulty, e.g. changing something in the
library didn't rebuild the plugins. This is a simple and stupid fix that
I believe is good enough - building the plugins is really fast and
go compiler caching makes it super fast for "unnecessary" builds.
Signed-off-by: Markus Lehtonen <markus.lehtonen@intel.com>
0 commit comments