From 8932785e001ddfe32839b3f83468ea19cf00b289 Mon Sep 17 00:00:00 2001 From: Bastien Teinturier <31281497+t-bast@users.noreply.github.com> Date: Fri, 27 Mar 2020 10:44:16 +0100 Subject: [PATCH] BUILD: mention that Docker is needed for tests (#1358) --- BUILD.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index 4261381bd..21524a3f7 100644 --- a/BUILD.md +++ b/BUILD.md @@ -9,7 +9,7 @@ ## Build Eclair is packaged as a compressed archive with a launcher script, the archives are built deterministically -so it's possible to reproduce the build and verify its equality byte-by-byte. To build the exact same artifacts +so it's possible to reproduce the build and verify its equality byte-by-byte. To build the exact same artifacts that we release, you must use the build environment (OS, JDK, maven...) that we specify in our release notes. To build the project and run the tests, simply run: @@ -18,6 +18,8 @@ To build the project and run the tests, simply run: mvn package ``` +NB: some of the tests use [Docker](https://www.docker.com/), so make sure your docker daemon is running. + ### Other build options To skip all tests, run: