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 1kC5mx-0006xP-J0 for pljava-dev@arkaria.postgresql.org; Sat, 29 Aug 2020 18:41:19 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1kC5mw-000535-1K for pljava-dev@arkaria.postgresql.org; Sat, 29 Aug 2020 18:41:18 +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 1kC5mv-00052y-SZ for pljava-dev@lists.postgresql.org; Sat, 29 Aug 2020 18:41:17 +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 1kC5mp-00070f-PU for pljava-dev@lists.postgresql.org; Sat, 29 Aug 2020 18:41:16 +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=MYNJUTaVpZjZfUW+6o+youGAV9Vn7LKFB895QNkpFTI=; b=lqo2EaLItGzV4rE+1cdqgTy69x JRNeZkwU9SK+ggIGyGEpckvwmzttqCi3OTBseLrxZ+TlLO48rkY0J/6L8B541AHyCcjzQRNmTPoUf Od4ZiS3ylew2wwTHGMQKR/WtRCJmAF/rnpCzAZ9wavleOHkpyKu4ejj7VoaNj5Vk0GdbSxi6QxWas O6Ae0/MMPsy9qoC6rktSsZmXhFoDBGmOyF5obBlDC9jLyqqpQejqijmW6yxw8ynsEsJofWOsxastH BWdlHw2B5J6SNy9cDS8CRU5syUHeo24U5AAy2UUZOg+q2hRgyAc9mJEzlCBWKY/ZHnRVpAdkyn1du MD6FvhAA==; Received: from [184.19.31.139] (port=56183) by bay.acenet.us with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1kC5ml-00DmkQ-WE; Sat, 29 Aug 2020 14:41:10 -0400 Subject: Re: Travis and AppVeyor continuous integration [Re: feature/master/ci] To: Kartik Ohri , thomas@tada.se References: <5EC17E17.7070002@anastigmatix.net> <5ED7E74B.9020800@anastigmatix.net> <5EDA576E.2000204@anastigmatix.net> <5EDBA5D9.8090506@anastigmatix.net> <5EE7AE8C.2040201@anastigmatix.net> <5EEA6F85.9040009@anastigmatix.net> <5F063C86.3070301@anastigmatix.net> <5F47EB62.2060306@anastigmatix.net> <5F4816A0.8020208@anastigmatix.net> <5F4A53C3.1040102@anastigmatix.net> <5F4A9ED8.9090907@anastigmatix.net> Cc: pljava-dev@lists.postgresql.org From: Chapman Flack Message-ID: <5F4AA143.1070100@anastigmatix.net> Date: Sat, 29 Aug 2020 14:41: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: <5F4A9ED8.9090907@anastigmatix.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-OutGoing-Spam-Status: No, score=-96.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 08/29/20 14:30, Chapman Flack wrote: > I will merge PR #289. This will bring the current, working Travis and > AppVeyor configurations into the git history. No CI will happen, of course, > before the corresponding apps are set up. > ... > In any case, Kartik, once I have merged #289, you will be able to rebase > feature/master/pgxs over master as feature/master/pgxs-2 and make a new > pull request to supersede #291. #289 is merged now. Regards, -Chap > This should happen after the problem you just noticed in > getPgConfigPropertyAsList has been fixed (and a unit test added to > keep it fixed), and after adding -Dpljava.libjvmdefault on the mvn > build commands and removing pljava.libjvm_location from the jshell > test scripts, to confirm that the value gets correctly compiled in. > (The tests, of course, will not run in the main repo. but will still > run in yours.)