-
6be25d8e
by William Salmon
at 2018-10-09T08:19:17Z
Sandbox: CWD was not being created for workspaces
The code was creating the cwd folder but when the workspace was
mounted in to the buildroot it was hiding the folder created in it
behind the bind mounted workspace.
However by using the bubblewarp `--dir` directive to ensure that cwd
exists we can cover both workspace and non workspace situations with
the same method.
-
dfbefdec
by William Salmon
at 2018-10-09T08:19:17Z
New Integration test for workspace command-subdir
Build stream was only creating command-subdir for non workspace builds
this has now been fixed, and this regression test should support the
feature.
-
9e6d63a2
by William Salmon
at 2018-10-09T08:19:17Z
Add conf-root variable to builds
Adding the conf-root variable makes creating out of source builds
slightly easier.
-
7f074f6a
by William Salmon
at 2018-10-09T08:19:17Z
Adding Out of Source Build Examples
Three examples covering out of source builds for:
* basic autotools
* basic cmake
* autotools from a folder inside the source folder
This is also the first cmake example.
-
0207827e
by William Salmon
at 2018-10-09T08:19:17Z
Adding Tests for Out of Source Build examples
-
c65c41b5
by William Salmon
at 2018-10-09T08:19:17Z
Extended the Documentation to cover out of source builds
-
61c763d8
by William Salmon
at 2018-10-09T08:19:17Z
Added a news item for