- Jan 07, 2019
-
-
cladmi authored
The 'build' directory should be created before starting docker. If not it will be created as root. Also add mapping for the directory in docker. Currently create the directory in the target until there is a directory creation target.
-
- Dec 07, 2018
-
-
Sebastian Meiling authored
Mounting `/etc/localtime` directly does not work on macOS (anymore). However, by resolving the symlink to its real path docker can handle the mount.
-
- Dec 05, 2018
-
-
Sebastian Meiling authored
-
- Oct 30, 2018
-
-
Gaëtan Harter authored
When building from a worktree, the common git directory was not mounted in docker. This lead to the version not being set and issues with git-cache in ubuntu bionic that could not execute the 'git hash-object' command.
-
- Oct 23, 2018
-
-
Gaëtan Harter authored
If GIT_CACHE_DIR is a directory make it available to docker. This will allow using the system git_cache also in the docker container.
-
- Sep 06, 2018
-
-
Gaëtan Harter authored
The variable was not given to docker before and as it is setting 'RIOT_VERSION_OVERRIDE=buildtest' it helps testing in docker more consistently.
-
- Jul 26, 2018
-
-
Gaëtan Harter authored
Not all users register their user in the docker group and should not run the whole make process as root to use docker. They can now overwrite DOCKER with `DOCKER="sudo docker"`. Creating files as a user is correctly handled as `id -u` is still run as the original user.
-
- Mar 22, 2018
-
-
Alexandre Abadie authored
-
- Nov 13, 2017
-
-
Kaspar Schleiser authored
prevents "the input device is not a TTY"
-
- Apr 04, 2017
-
-
Joakim Nohlgård authored
-
- Jul 14, 2016
-
-
Joakim Nohlgård authored
-
Joakim Nohlgård authored
-
- Mar 22, 2016
-
-
Joakim Nohlgård authored
-
- Feb 05, 2016
-
-
Joakim Nohlgård authored
-
- Aug 13, 2015
-
-
Kaspar Schleiser authored
-
- Aug 04, 2015
-
-
Joakim Nohlgård authored
Can be overridden from the environment by setting WERROR=0 also remove reversed logic for Werror in Makefile.buildtest (a typo caused Werror to be always enabled for all builds)
-
- Jul 21, 2015
-
-
Joakim Nohlgård authored
-
Joakim Nohlgård authored
-
Joakim Nohlgård authored
-
Joakim Nohlgård authored
-
Joakim Nohlgård authored
-
- Jul 16, 2015
-
-
Philipp Rosenkranz authored
-
- Jul 06, 2015
-
-
Joakim Nohlgård authored
-
- May 06, 2015
-
-
Joakim Nohlgård authored
-
Joakim Nohlgård authored
- Better support for passing environment variables to the Docker container. - Move Docker-related definitions into Makefile.docker. - Only environment variables that originates from the command line or the environment will be passed to the Docker container.
-