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
The current postinstall.ts code imports various @pkg/rancher-desktop like logging and settings.
#5127 is splitting out the part that builds Go binaries because any code that imports our paths package needs a working rdctl paths command, leading to a chicken-and-egg situation.
This issue is about refactoring the rest of post-install to not share code with the application, if possible, to avoid having special-case logic in the app that is really only needed for installation at build time.
The text was updated successfully, but these errors were encountered:
jandubois
added
the
kind/quality
quality improvements, refactoring, Automation via CI, E2E, Integration, CLI or REST API
label
Jul 7, 2023
The current
postinstall.ts
code imports various@pkg/rancher-desktop
likelogging
andsettings
.#5127 is splitting out the part that builds Go binaries because any code that imports our
paths
package needs a workingrdctl paths
command, leading to a chicken-and-egg situation.This issue is about refactoring the rest of post-install to not share code with the application, if possible, to avoid having special-case logic in the app that is really only needed for installation at build time.
The text was updated successfully, but these errors were encountered: