Message-ID: From: "mkoncek (@mkoncek)" To: "pgjdbc/pgjdbc" Date: Thu, 17 Apr 2025 18:04:16 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #3607: Copr: Use Java 21 as the build dependency In-Reply-To: References: List-Id: X-GitHub-Author-Login: mkoncek X-GitHub-Comment-Id: 2813687498 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 3607 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3607#issuecomment-2813687498 Content-Type: text/plain; charset=utf-8 Yeah, I noticed that. My only guess is that the Copr build uses these settings from the master branch, not from PRs. if you look at [this log](https://download.copr.fedorainfracloud.org/results/@pgjdbc/pgjdbc-ci/srpm-builds/08909844/builder-live.log.gz) and the line: ``` 'source_json': {'builddeps': 'git java-17-openjdk-devel python-unversioned-command', ``` that is exactly the content of the file that I am changing in this PR and that is what fails during the Copr build: ``` INFO: installing package(s): git java-17-openjdk-devel python-unversioned-command Updating and loading repositories: updates 100% | 778.3 KiB/s | 25.7 KiB | 00m00s fedora 100% | 314.5 KiB/s | 28.0 KiB | 00m00s Repositories loaded. Failed to resolve the transaction: No match for argument: java-17-openjdk-devel You can try to add to command line: --skip-unavailable to skip unavailable packages WARNING: DNF5 command failed, retrying, attempt #2, sleeping 10s ```