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
as we add features that rely on installing and orchestrating third party tools at release time, we expose users to potential "run time" failure modes: things that can cause a release to go red.
specifically, if you add a dist feature that leverages a third party tool, we should, at minimum, ensure that that tool is installable on every platform you intend to run it on. and we should do this in the plan stage.
i would anticipate that this requires constructing a list of all third party tools and then matrix for all build platforms. plan should proceed to install each tool on each platform, and should fail if any tool fails to build on any specfied platform.
The text was updated successfully, but these errors were encountered:
as we add features that rely on installing and orchestrating third party tools at release time, we expose users to potential "run time" failure modes: things that can cause a release to go red.
specifically, if you add a dist feature that leverages a third party tool, we should, at minimum, ensure that that tool is installable on every platform you intend to run it on. and we should do this in the plan stage.
i would anticipate that this requires constructing a list of all third party tools and then matrix for all build platforms. plan should proceed to install each tool on each platform, and should fail if any tool fails to build on any specfied platform.
The text was updated successfully, but these errors were encountered: