diff options
author | Otto Kekäläinen <otto@kekalainen.net> | 2020-07-11 12:19:00 +0300 |
---|---|---|
committer | Daniel Black <daniel@mariadb.org> | 2020-07-30 10:36:39 +1000 |
commit | bdf8268307de96a2856bf4ef4bf55957b1d14efe (patch) | |
tree | 90ea3f3bbfc843c819999db83ce229228899281d /extra | |
parent | 7a0fa9da038b7fea95f00ba603c536beccb3d19c (diff) | |
download | mariadb-git-bdf8268307de96a2856bf4ef4bf55957b1d14efe.tar.gz |
Deb: Simplify and unify autobake-deb.sh
- Remove excess build flag from debian/rules that does nothing, introduced
wrongly in commit 7cbde2d0a29e214afba4d5d30af890002fbf7db2. Instead
implement the embedded server build skipping on Travis-CI correctly.
- Simplify structure by doing all Travis-CI slimdown in one step.
- Remove unnecessary -e from sed, as it does nothing. When regex is needed,
use -r. Move -i to last so it is close to the file name it has an
argument.
- Remove backwards compat checks that are no longer relevant as neither
Debian Jessie (was before Stretch) nor Ubuntu Trusty (before Xenial)
are supported nor built for anymore. For example the GCC 4.8 check
if not relevant anymore, since Debian Jessie already has 4.9 and
Ubuntu Xenial has 5.3 and there is no GCC < 4.8 around anymore.
- Skip building ColumnStore on both Travis-CI and Gitlab-CI as it is
way too slow (time) and big (disk space) to pass.
Diffstat (limited to 'extra')
0 files changed, 0 insertions, 0 deletions