public inbox for [email protected]
help / color / mirror / Atom feedFrom: Bradford Boyle <[email protected]>
To: [email protected] <[email protected]>
Cc: Christoph Berg <[email protected]>
Cc: Esteban Zimanyi <[email protected]>
Cc: SCHOEMANS Maxime <[email protected]>
Subject: Re: Updated packaging for MobilityDB 1.1.0
Date: Sun, 21 Apr 2024 21:39:13 -0700
Message-ID: <CAOMoQbQFKppnuodtFv5K86Nn6xA8xxXxFE1n9NqyezG1w1h7vg@mail.gmail.com> (raw)
In-Reply-To: <[email protected]>
References: <CAOMoQbTOZ0ZLUnsu2Z8NJkS3JrjKDpbYgfWWn0KD_jGBJHnj6g@mail.gmail.com>
<[email protected]>
<[email protected]>
<CAOMoQbSx15rmheFUXH+8=ddXcpbFKhEFUfu7jd2=hbvaW1v6BQ@mail.gmail.com>
<[email protected]>
<[email protected]>
<CAOMoQbQS5b5i7ZAomy9ro9=xFVMLC-HcAB+ZDGxxueZFMK8UWg@mail.gmail.com>
<[email protected]>
<CAOMoQbSYKDLMjcb432zwpzyV5YbboQdtoRCVVtpHy=+7M1cXVQ@mail.gmail.com>
<[email protected]>
<CAOMoQbSsynQR2LPFxSRzd+n9-hyVkVgTq6jhA-JccBktpULOYA@mail.gmail.com>
<[email protected]>
Hello,
I’ve updated the packaging for MobilityDB 1.1.1 to address the
autopkgtest issues when building on pgdg. MobilityDB does not build on
buster becuase of the old version of libproj; the package also fails to
build on i386. Additionally there are test failures on s390x. Attached
is a patch for pgapt to exclude these (buster, i386, and s390z) from the
build.
--Bradford
Attachments:
[application/octet-stream] 0001-Disable-mobilitydb-on-unsupported-arch-and-dist.patch (797B, 2-0001-Disable-mobilitydb-on-unsupported-arch-and-dist.patch)
download | inline diff:
From 53d1cd9b0e7bb2d8ece54e1c842c37cc8289f31e Mon Sep 17 00:00:00 2001
From: "Bradford D. Boyle" <[email protected]>
Date: Thu, 18 Apr 2024 21:04:24 -0700
Subject: [PATCH] Disable mobilitydb on unsupported arch and dist
---
jenkins/pgapt-jobs.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/jenkins/pgapt-jobs.yaml b/jenkins/pgapt-jobs.yaml
index 4619033..18090c4 100644
--- a/jenkins/pgapt-jobs.yaml
+++ b/jenkins/pgapt-jobs.yaml
@@ -1185,6 +1185,8 @@
git-branch: main
upstream-url: https://github.com/MobilityDB/MobilityDB.git
upstream-branch: develop
+ arch-filter: 'architecture in ["amd64", "arm64", "ppc64el"]'
+ dist-filter: '!(distribution in ["buster"])'
jobs:
- git+upstream-snapshot
--
2.44.0
view thread (18+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected], [email protected], [email protected]
Subject: Re: Updated packaging for MobilityDB 1.1.0
In-Reply-To: <CAOMoQbQFKppnuodtFv5K86Nn6xA8xxXxFE1n9NqyezG1w1h7vg@mail.gmail.com>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox