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 1jbtLP-0003YL-Ax for pljava-dev@arkaria.postgresql.org; Thu, 21 May 2020 22:07:15 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1jbtLO-0000yA-7O for pljava-dev@arkaria.postgresql.org; Thu, 21 May 2020 22:07:14 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jbtLN-0000y3-Nt for pljava-dev@lists.postgresql.org; Thu, 21 May 2020 22:07:14 +0000 Received: from anastigmatix.net ([68.171.219.55]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jbtLK-0004CT-OA for pljava-dev@lists.postgresql.org; Thu, 21 May 2020 22:07:12 +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=tHV7hVd2lTLMVhZBrIiH26rP7nvzx5e0F6YXThdrrNY=; b=QzDa9UnpgQSgPaoBzzmvFk9gAW 4tp3VcAK5QiVQaN4Ljng7WOQzR+L8rBJvG4Hl4DlOX0M/7yr7Ccirvz8JIK0O7Z7qnF/BFDq23PaT vWvARVU8aCwzG/GIzestof0epXSTtdGYJ7vS8tlfImekJrnC3fXceq68SmxS1jFVHrJoplRJqtynJ KRPQk/c/C53XvYVp9fNBLQqgQSh3e5vy7CeJ4kEJlex8isV0/LmgpAXH0RniNIPGjy75LN+ramfHe OfBHmQOp9MpeW5hhUlMtzyQEJaGofh+Ix97lwfXv8WiJLEu5pEJhDgCGCIwEGlBC/Xt4S9FwuKmt2 thzh2+kA==; Received: from [184.19.31.139] (port=36848) by bay.acenet.us with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1jbtLH-00HDbf-RQ; Thu, 21 May 2020 18:07:08 -0400 Subject: Re: Starting build-system work (Windows/Mac users please speak up) To: Kartik Ohri References: <5EC17E17.7070002@anastigmatix.net> <5EC66741.4030208@anastigmatix.net> Cc: pljava-dev@lists.postgresql.org From: Chapman Flack X-Enigmail-Draft-Status: N1110 Message-ID: <5EC6FB8B.7080806@anastigmatix.net> Date: Thu, 21 May 2020 18:07:07 -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 05/21/20 17:25, Kartik Ohri wrote: > Please see https://travis-ci.org/github/amCap1712/pljava/builds/689767027 . > I have written a script to add builds for combinations of major versions of > Java and PostgreSQL on macOS. But I think this is an overkill to for all > platforms (even for a single platform). Let me know your thoughts on this > and if any other additions are required to complete the macOS setup. After > this, I will add builds for Linux and at last for Windows. I will look soon. I agree that a Cartesian product of PG versions and Java versions would be more than necessary. What is important is to confirm that every supported PG version works (built with some Java version), and every supported Java version can be used to build (with some PG version). Ideally, that much would be confirmed on each supported platform. I don't think I have ever run into an interaction effect between the Java version and the PG version (it would be quite unexpected, as those two things on their own don't know about each other). > Some of the build combinations fail intermittently but work just fine when > ran again. It seems to be an error on Travis CI side. I am investigating > the issue and am working to fix it. Thanks! Regards, -Chap