Message-ID: From: "vlsi (@vlsi)" To: "pgjdbc/pgjdbc" Date: Tue, 21 May 2024 20:48:18 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #3257: test: add GitHub CI testing with PostgreSQL 15 and HEAD In-Reply-To: References: List-Id: X-GitHub-Author-Login: vlsi X-GitHub-Comment-Id: 2123417396 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 3257 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3257#issuecomment-2123417396 Content-Type: text/plain; charset=utf-8 There's an extra `Dockerfile` that executes the relevant commands to build from source: https://github.com/pgjdbc/pgjdbc/blob/450488c142fdc368cab54e8257407603acc18c4f/docker/postgres-head/Dockerfile So if you execute `docker-compose up` from `docker/postgresql-head`, then it would build and spawn PG from sources. I think this PR is good to go. We will have both `HEAD` (build from source) and `latest` (the latest from DockerHub == the latest released one). Building PG from source takes ~5 minutes, and we can possibly afford that on a per-PR basis.