Description
Running the build in a Docker container with the BUILD_IN_DOCKER=1 make command should provide a persistent volume for storing the git-cache directory to reduce network download traffic.
Steps to reproduce the issue
in examples/ccn-lite-relay:
Expected results
git sources should be loaded from the git-cache
Actual results
git sources are re-downloaded whenever the bin directory is deleted
Versions
riot/riotbuild docker image b329486bb877 from 2017-12-01T14:36:49.484Z
up-to-date master branch from 2017-12-14
Description
Running the build in a Docker container with the
BUILD_IN_DOCKER=1 makecommand should provide a persistent volume for storing the git-cache directory to reduce network download traffic.Steps to reproduce the issue
in examples/ccn-lite-relay:
Expected results
git sources should be loaded from the git-cache
Actual results
git sources are re-downloaded whenever the
bindirectory is deletedVersions
riot/riotbuild docker image b329486bb877 from 2017-12-01T14:36:49.484Z
up-to-date master branch from 2017-12-14