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
Currently the tarball includes all dependencies (recursively). That will not scale. Instead, each tarball should just contain sources of the package itself, and all dependencies should be specified via fpm.toml, and the fpm package manager will correctly download those separately.
The text was updated successfully, but these errors were encountered:
Currently the tarball includes all dependencies (recursively). That will not scale. Instead, each tarball should just contain sources of the package itself, and all dependencies should be specified via
fpm.toml
, and thefpm
package manager will correctly download those separately.The text was updated successfully, but these errors were encountered: