docker: Default settings should provide a volume for git-cache #8267
Labels
Area: build system
Area: Build system
Community: help wanted
The contributors require help from other members of the community
Type: new feature
The issue requests / The PR implemements a new feature for RIOT
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 deletedVersions
riot/riotbuild docker image b329486bb877 from 2017-12-01T14:36:49.484Z
up-to-date master branch from 2017-12-14
The text was updated successfully, but these errors were encountered: