Replies: 1 comment
-
@nhomble There is now way to disable downloading plugins, since they are required for specific functionality, and moving forward, more and more of moon will be plugin based. The only work around for this is to prime the plugin cache and persist it across runs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The github outage yesterday elucidated our dependencies on external systems in our CI environment. We are already using the env variable described in: https://moonrepo.dev/blog/moon-v1.16#force-toolchain-to-use-global-binaries
MOON_TOOLCHAIN_FORCE_GLOBALS
However, the blog mentions an exception for these plugins
Indeed, we saw this error during the outage
Are there any configurations or setup we can do in our ci images to remove these external downloads during runtime?
Beta Was this translation helpful? Give feedback.
All reactions