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
{{ message }}
This repository has been archived by the owner on Mar 18, 2021. It is now read-only.
When running ./run script on macOS dependencies are not correctly detected. Manually cleaning hash files or running ./run clean is required to install new dependencies.
./run serve
Yarn dependencies haven't changed. To force an update, delete .yarn.canonical-webteam-snapcraft-flask-048191a3.hash.
bash: md5: command not found
xargs: md5: No such file or directory
Pip dependencies haven't changed. To force an update, delete .pip.canonical-webteam-snapcraft-flask-048191a3.hash.
Originally reported as canonical/snapcraft.io#1057
When running ./run script on macOS dependencies are not correctly detected. Manually cleaning hash files or running ./run clean is required to install new dependencies.
It seems that for some types of dependencies (pip at least: https://github.com/canonical-websites/snapcraft.io/blob/master/run#L322)
md5
command is run inside of docker image, whilemd5_command
is detected in host system.If host system uses different md5 command then ubuntu in docker, detecting dependencies will fail.
The text was updated successfully, but these errors were encountered: