Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mXsLM-0001wi-WD for psycopg@arkaria.postgresql.org; Tue, 05 Oct 2021 21:51:25 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mXsLL-0003d2-NE for psycopg@arkaria.postgresql.org; Tue, 05 Oct 2021 21:51:23 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mXsLL-0003cu-Es for psycopg@lists.postgresql.org; Tue, 05 Oct 2021 21:51:23 +0000 Received: from mail-vs1-xe29.google.com ([2607:f8b0:4864:20::e29]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1mXsLJ-00078Q-9j for psycopg@lists.postgresql.org; Tue, 05 Oct 2021 21:51:23 +0000 Received: by mail-vs1-xe29.google.com with SMTP id v4so756046vsg.12 for ; Tue, 05 Oct 2021 14:51:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=stickpeople.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=vgzzaK299ojzRYcvwze8XFLYDU9px9amSIgA77vaP50=; b=Zz16TFCfYgXOaFpxpKXvx1sUfg8wI+nOvYsLIVxSYJrPPNfALqBoj++aeJNUFGvl7K zK98OWX2Tzt797TBznpSnXHQH3VT3NYahK0P+kCEW4gTz6YRgYSjlTBAzYdcgwBezvEv onm6niDpLrBFkQS81BY/A6WnfYpaJ8nlHDsdjfe+zAmPCJl6WbQRPWetPEWzk05v3CJG 4G3/RyaJBeUh9Z9+tk+5XlP0Nm8RmCu4KWBH82egByjrnX5j1/AeCB3Kj/XtB/eLrCtz X7wsrZEzEPgjU86LutHWIVexYc/ViNCOmItoLS1C5xMOu29yFAtz1O1DpkVTx3GD2tBc Wb3A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=vgzzaK299ojzRYcvwze8XFLYDU9px9amSIgA77vaP50=; b=OY1Krc+GiDG9agw5fo5kP/217ycjyqVCHq1zMK96KbV0lyUztI1GaiVNwD+rE5km4N G6KX4XOE3KmASkklo7v///OnTTp9UjriScJI56QUaBJiMQFunOb/OpYflx2FnevjBobV 5l65rs6Fu8Kuc8vO95rtLwO46+EdvG6Qf1mEcta9HGvIYDrI9ITmEVLfEoM4ujF6VCGX 9qkO2YwBC118XM1IkNxC+4EWZnPhNQMPQKuhDbXcSZGeVeLnZro5bCQT29fnHtZv4rY4 ysaxNFOmQKwzVRbCZhLWeLO5rdAKHNfevlxXMqc4/ymzCsIYdIFoOmjzZYKvl+1FOxpz TqgQ== X-Gm-Message-State: AOAM532I/vXA1krTlGbTjXIg/Njxovz2f+w0v6NHNqs0ci4CshZtKrbF fZyoGg78K+LGCBGcD19CLIKzp/pigrMhydHRlo/zj6MS8JmnsQ== X-Google-Smtp-Source: ABdhPJxGttUe58E8B1jIGkm8FjplIEHX/9MNYqd1vZhECMpr3yWgETo3TrqDrt5aq0EdqPjsETozhouJuKiLGudzCpM= X-Received: by 2002:a05:6102:2409:: with SMTP id j9mr21902219vsi.56.1633470679403; Tue, 05 Oct 2021 14:51:19 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Jason Erickson Date: Tue, 5 Oct 2021 15:51:08 -0600 Message-ID: Subject: Re: How to build statically on Windows To: Daniele Varrazzo Cc: Dan Davis , psycopg@lists.postgresql.org Content-Type: multipart/alternative; boundary="00000000000098e21505cda20709" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --00000000000098e21505cda20709 Content-Type: text/plain; charset="UTF-8" Hi Dan, Yeah, the appveyor script expects the appveyor environment, path locations, etc, so some work would be needed to get it to function. Forking it and using appveyor to build would be the simplest. One thing we haven't done yet with the builds is try building against the PostgreSQL 14.x source, so if you build against that, keep it in mind. -jason On Tue, Oct 5, 2021 at 3:46 PM Daniele Varrazzo wrote: > Hey Dan, > > > I would never ask you guys to go back and backfill, e.g. build 2.8.5 for > Python 3.9 just for us. > > If your "backfill" needs are not extremely onerous we would have no > problem in helping you out. If it's only a matter of adding the python > version to an already working pipeline and release the resulting > artifact we could be up for itl. > > -- Daniele > > > --00000000000098e21505cda20709 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi Dan,

Yeah, the appveyor script expec= ts the appveyor environment, path locations, etc, so some work would be nee= ded to get it to function.=C2=A0 Forking it and using appveyor to build wou= ld be the simplest.

One thing we haven't done = yet with the builds is try building against the PostgreSQL 14.x source, so = if you build against that, keep it in mind.

-jason=

On Tue, Oct 5, 2021 at 3:46 PM Daniele Varrazzo <daniele.varrazzo@gmail.com> wrote:
<= /div>
Hey Dan,

> I would never ask you guys to go back and backfill, e.g. build 2.8.5 f= or Python 3.9 just for us.

If your "backfill" needs are not extremely onerous we would have = no
problem in helping you out. If it's only a matter of adding the python<= br> version to an already working pipeline and release the resulting
artifact we could be up for itl.

-- Daniele


--00000000000098e21505cda20709--