-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MDEV-28153: use static control dependencies adjusted by autobake-deb.sh #130
base: master
Are you sure you want to change the base?
MDEV-28153: use static control dependencies adjusted by autobake-deb.sh #130
Conversation
Without doing the full build. Autobake now includes a dependency on lsb-release. As the BB CI images (https://github.com/MariaDB/mariadb.org-tools/blob/master/buildbot.mariadb.org/ci_build_images/debian.Dockerfile) have explicit dependencies, there's no point maintaining them in two places. We don't want do the full autobake-deb.sh there, just enough to have the control file containing the correct dependencies. Helps: MariaDB/mariadb.org-tools#130
Without doing the full build. Autobake now includes a dependency on lsb-release. As the BB CI images (https://github.com/MariaDB/mariadb.org-tools/blob/master/buildbot.mariadb.org/ci_build_images/debian.Dockerfile) have explicit dependencies, there's no point maintaining them in two places. We don't want do the full autobake-deb.sh there, just enough to have the control file containing the correct dependencies. Helps: MariaDB/mariadb.org-tools#130
Without doing the full build. Autobake now includes a dependency on lsb-release. As the BB CI images (https://github.com/MariaDB/mariadb.org-tools/blob/master/buildbot.mariadb.org/ci_build_images/debian.Dockerfile) have explicit dependencies, there's no point maintaining them in two places. We don't want do the full autobake-deb.sh there, just enough to have the control file containing the correct dependencies. Helps: MariaDB/mariadb.org-tools#130
Without doing the full build. Autobake now includes a dependency on lsb-release. As the BB CI images (https://github.com/MariaDB/mariadb.org-tools/blob/master/buildbot.mariadb.org/ci_build_images/debian.Dockerfile) have explicit dependencies, there's no point maintaining them in two places. We don't want do the full autobake-deb.sh there, just enough to have the control file containing the correct dependencies. Helps: MariaDB/mariadb.org-tools#130
d5c626f
to
a16d6bf
Compare
77b6092
to
ed394b7
Compare
note we need to consider if a java compiler as I got different results like this. The corp stretch builder had a java compiler old enough to compile these files. They are currently omitted because the build infrastructure for packages isn't consistent. Given the java dependency isn't in debian/control as a build dep, this isn't suprising and maybe it need to be fixed there, however we do no have a difference between rpm and debs (well, has existed for a while). |
7c3b2ca
to
cd5321a
Compare
This solves a few debian:9 / ubuntu:18.04 problems.
At the moments, it's depending on MariaDB/server#2064 merged up to 10.7 where the deb build generates from.
For the moment I've tested with:
And
Which generates an image.
There's a small gap that it doesn't (yet?) pull columnstore dependencies.