You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Run the newly prepared container. We recommend mounting a host directory to the the `/build` directory in the container. At least 2 GB of free space will be needed.
12
+
3. Run the newly prepared container. You have to mount a host directory to the the `/build` directory in the container,
13
+
otherwise the build would get discarded. The final build needs at least 6.5 GB of free space (in the build directory).
13
14
```
14
15
sudo docker run --rm -it -v <path on host, where the sources should be stored>:/build ev3dev-lang-java:jdk9-build
0 commit comments