[MCOL-160] out-of-tree builds Created: 2016-06-21 Updated: 2016-10-07 Resolved: 2016-10-07 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | Build |
| Affects Version/s: | None |
| Fix Version/s: | 1.0.4 |
| Type: | Task | Priority: | Minor |
| Reporter: | David Hill (Inactive) | Assignee: | David Hill (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Sprint: | 2016-19 | ||||||||||||||||
| Description |
|
current build process doesn't support out-of-tree builds, needs to. |
| Comments |
| Comment by Ben Thompson (Inactive) [ 2016-08-02 ] |
|
Ran quick test with engine cmake changes and found there are some source generating scripts that fail in the out-of-tree build. Some minor changes required to complete. |
| Comment by Andrew Hutchings (Inactive) [ 2016-09-22 ] |
|
Looks good to me. Sending to Daniel for QA, likely some test suite updates needed. Only potential issue I can see is if you run cmake with a given path and then run cmake again without a path it may reset the path back to the default. I don't have any evidence to back that up it is just how I recall the cmake cache works. If that is the case we can follow it up in another ticket as that would not be a usual use case. |
| Comment by Daniel Lee (Inactive) [ 2016-10-07 ] |
|
Mr. Hill, can you verify this one? |
| Comment by David Hill (Inactive) [ 2016-10-07 ] |
|
reject testing... there is zero INFORMATION in this bug on how to test and what to look for.. Please update |
| Comment by Ben Thompson (Inactive) [ 2016-10-07 ] |
|
The README.md for the server has been updated with examples and how to use the new cmake options. Basically if you can create a directory and get it to successfully run make / sudo make install / make package, then it's working |
| Comment by David Hill (Inactive) [ 2016-10-07 ] |
|
tested and it works |