[MCOL-1114] Set cpack deb minimum version to 3.4 Created: 2017-12-14 Updated: 2018-01-22 Resolved: 2018-01-22 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | Build |
| Affects Version/s: | 1.0.11, 1.1.2 |
| Fix Version/s: | 1.0.13, 1.1.3 |
| Type: | Bug | Priority: | Trivial |
| Reporter: | Andrew Hutchings (Inactive) | Assignee: | Andrew Hutchings (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2018-01, 2018-02 |
| Description |
|
We have directives in the cpack deb builder in the engine which only work on cmake 3.4 or higher so we should set this as a minimum version. We then won't get bad packages on platforms such as Debian 8. Specifically the post-inst scripts won't get bundled in before cmake 3.4. We also need to document the following for Debian 8 builds:
|
| Comments |
| Comment by Ben Thompson (Inactive) [ 2018-01-22 ] |
|
Modified top level for server and engine to require 2.8.12 cmake version and require 3.4 if building debian packages. |
| Comment by Andrew Hutchings (Inactive) [ 2018-01-22 ] |
|
Nothing to test. Just cmake hard version requirement changes. |