-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
Area: build systemArea: Build systemArea: Build systemCommunity: help wantedThe contributors require help from other members of the communityThe contributors require help from other members of the communityType: new featureThe issue requests / The PR implemements a new feature for RIOTThe issue requests / The PR implemements a new feature for RIOT
Description
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:
BUILD_IN_DOCKER=1 make
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
Reactions are currently unavailable
Metadata
Metadata
Labels
Area: build systemArea: Build systemArea: Build systemCommunity: help wantedThe contributors require help from other members of the communityThe contributors require help from other members of the communityType: new featureThe issue requests / The PR implemements a new feature for RIOTThe issue requests / The PR implemements a new feature for RIOT