[MDEV-16138] buildbot / packages / repository tool missing Ubuntu 18.04 bionic (ppc64le) Created: 2018-05-11 Updated: 2018-06-19 Resolved: 2018-06-19 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Packaging |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Daniel Black | Assignee: | Daniel Bartholomew |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
dbart, know you said this was on the cards in Thank you. Now that Ubuntu 18.04 bionic has been released we need builders for it. This is the MDEV for the ppc64le POWER8 VMs. VMs
|
| Comments |
| Comment by Daniel Bartholomew [ 2018-05-15 ] | |||||
|
Builder is in place now: http://buildbot.askmonty.org/buildbot/builders/kvm-deb-bionic-ppc64le upgrade2 VM is just a placeholder, still need to create a proper one... | |||||
| Comment by Daniel Bartholomew [ 2018-05-15 ] | |||||
|
We're currently getting failures because of no libcurl3-dev: | |||||
| Comment by Daniel Bartholomew [ 2018-05-15 ] | |||||
|
Fixed an issue with apt on the install, upgrade, and upgrade2 VMs. For a few releases now we've had `trusted=yes` in the apt config for our local filesystem repostory. We now need to have that and `allow-insecure=yes` in order for apt to accept our directory of deb packages. Here are the current lines:
| |||||
| Comment by Daniel Black [ 2018-05-16 ] | |||||
|
Not sure why libssl1.0-dev is installed, libcurl4-openssl-dev depends on libssl-dev (>= 1.1) which is what the default libssl-dev is. | |||||
| Comment by Daniel Bartholomew [ 2018-05-16 ] | |||||
|
danblack: We build 10.1 with libssl1.0-dev, and 10.2/3 with libssl-dev. Looks like we'll need to come up with a workaround for 10.1 on Bionic... | |||||
| Comment by Daniel Bartholomew [ 2018-06-19 ] | |||||
|
builders are all in place now, so closing |