Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rsIpR-006Cm1-3H for pgsql-pkg-debian@arkaria.postgresql.org; Thu, 04 Apr 2024 08:52:13 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1rsIpQ-000lRN-3q for pgsql-pkg-debian@arkaria.postgresql.org; Thu, 04 Apr 2024 08:52:12 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rsIpP-000lRF-Tq for pgsql-pkg-debian@lists.postgresql.org; Thu, 04 Apr 2024 08:52:11 +0000 Received: from feynman.df7cb.de ([195.49.152.168]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rsIpM-000ZWf-1B for pgsql-pkg-debian@lists.postgresql.org; Thu, 04 Apr 2024 08:52:11 +0000 Received: from msg.df7cb.de (ip588608a6.dynamic.kabel-deutschland.de [88.134.8.166]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by feynman.df7cb.de (Postfix) with ESMTPSA id 4V9Fjg21G5z3G6w; Thu, 4 Apr 2024 10:52:07 +0200 (CEST) Date: Thu, 4 Apr 2024 10:52:06 +0200 From: Christoph Berg To: Bradford Boyle Cc: pgsql-pkg-debian@lists.postgresql.org Subject: Re: Fix FTBFS for prometheus-sql-exporter Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: Bradford Boyle > I've pushed some changes to prometheus-sql-exporter to address bug > #1067292 [1]. The Salsa CI pipelines are green. I'd like to request a > review and upload as cycles permit. Hi Bradford, thanks for the update, uploaded! I had to revert the patch on the older distributions since go was unhappy: https://pgdgbuild.dus.dg-i.net/job/prometheus-sql-exporter-binaries/31/ I'm a bit worried that Ubuntu noble also needed the revert; we might need to un-revert it there if they change the toolchain before the release. https://git.postgresql.org/gitweb/?p=pgapt.git;a=blobdiff;f=jenkins/generate-pgdg-source;h=1164b53400014b3275c7ac43bd7c39d1754a712e;hp=38db1e32a06e43a657aeab8c01f5f736efa1ae07;hb=753dc50b6b055494e0ef84d13a0dd8cdc0619680;hpb=2e6e6ce09c1d2c329b085618ef9be8665339b505 Christoph