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 1jo97j-0003hX-63 for pljava-dev@arkaria.postgresql.org; Wed, 24 Jun 2020 17:23:47 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1jo97i-00049A-4T for pljava-dev@arkaria.postgresql.org; Wed, 24 Jun 2020 17:23:46 +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 1jo97h-000475-LD for pljava-dev@lists.postgresql.org; Wed, 24 Jun 2020 17:23:45 +0000 Received: from anastigmatix.net ([68.171.219.55]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jo97e-0000Va-Ki for pljava-dev@lists.postgresql.org; Wed, 24 Jun 2020 17:23:45 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=anastigmatix.net; s=default; h=Content-Transfer-Encoding:Content-Type: In-Reply-To:MIME-Version:Date:Message-ID:From:Cc:References:To:Subject:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=WiAM/qhGhm9q8n6bRAhCOFmUHoZGrrbCeWePg3/57rM=; b=KrNw55Wlxkdt0iPMY2MEPWpUIW RQ0Sk7MlZtSBT0CLAYjTzYZ3hHRn8qGCAS3P9uMgDXd8OYbOpP2Z8KV8hRqiq4kpiDAPGXWUukYyt c2S1UDo0wmRFBWn+wIIoRjPROvPjIAu1ZpgQkmFXF5kUhAIvcGKSlfX87fHOd6kLTaSHOfyfTo242 Y96YEQloIVjvLFZzZpPOsgxaym9rnR6PHnrcQ3zFQDsPof1rA0CNSaV74m25/ksA/PPjLOFgauBgj Yee9xAYcOK2u0CWEfmEGiBFILaX8QtbUhhN9uIe6RUuJQ7zkHOIzNKVbh9C04Shl4WzpO9GpE79Yu bjftZoGg==; Received: from [184.19.31.139] (port=48727) by bay.acenet.us with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1jo97a-00AWJL-CW; Wed, 24 Jun 2020 13:23:38 -0400 Subject: Re: Windows CI status To: Kartik Ohri References: <5EC17E17.7070002@anastigmatix.net> <5ED7E74B.9020800@anastigmatix.net> <5EDA576E.2000204@anastigmatix.net> <5EDBA5D9.8090506@anastigmatix.net> <5EE7AE8C.2040201@anastigmatix.net> <5EECE4F7.30603@anastigmatix.net> <5EEE0ABA.3050404@anastigmatix.net> <5EEE2593.4070802@anastigmatix.net> <5EF26C87.2080304@anastigmatix.net> Cc: pljava-dev@lists.postgresql.org From: Chapman Flack X-Enigmail-Draft-Status: N1110 Message-ID: <5EF38C19.4070207@anastigmatix.net> Date: Wed, 24 Jun 2020 13:23:37 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-OutGoing-Spam-Status: No, score=-95.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bay.acenet.us X-AntiAbuse: Original Domain - lists.postgresql.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - anastigmatix.net X-Get-Message-Sender-Via: bay.acenet.us: authenticated_id: chap@anastigmatix.net X-Authenticated-Sender: bay.acenet.us: chap@anastigmatix.net X-Source: X-Source-Args: X-Source-Dir: X-From-Rewrite: unmodified, already matched List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk On 06/24/20 13:14, Kartik Ohri wrote: > Hi! I was able to fix the mingw issue through another way. The build matrix > is here https://ci.appveyor.com/project/amCap1712/pljava/builds/33715210/. > Appveyor does not have JDK 9 and 10. I have written a script for those > versions to install them. As you can see, Java 9, PG9 and PG10 are failing. > I am investigating these. Also, it seems that msys2 only has postgres12 > pre-built packages. If we want to test for other versions, we may need to > build from source. What are your thoughts on this? I think that's great news and when I get time later today I will look at the failing Java 9, PG9, PG10 logs. As for the msys2 coverage of PostgreSQL versions, that sounds like the kind of gap we might eventually want to return to and fill in, but it doesn't have to be right now. Having this much of a CI matrix is worlds better than before, and this might be a good time to shift more (not necessarily all, but more) attention to the remaining parts of the GSoC project. Regards, -Chap