We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
because of missing packages in the apt repository Packages file.
apt-cache search postgresql-12
apt-cache search postgresql-11
The text was updated successfully, but these errors were encountered:
PR713 is affected by the problem. The related Travis job has been failed.
Sorry, something went wrong.
I was looking into this earlier this morning -- this is to make sure that architectures that repository doesn't have binary packages get built for instead, but the problem is that 12.2-2.pgdg100+1 is the latest available version for most architectures except arm64, which has 12.2-3.pgdg100+1. Due to a quirk in how that repository is maintained, only the latter gets listed in the Sources manifest file (so even though http://apt.postgresql.org/pub/repos/apt/pool/main/p/postgresql-12/postgresql-12_12.2-2.pgdg100%2B1.dsc exists, our build doesn't find it because Sources points us at http://apt.postgresql.org/pub/repos/apt/pool/main/p/postgresql-12/postgresql-12_12.2-3.pgdg100%2B1.dsc 😞).
12.2-2.pgdg100+1
arm64
12.2-3.pgdg100+1
Sources
What does it mean for my PR? Is it good enough even if one target fails (for 3rd party reasons)?
No branches or pull requests
because of missing packages in the apt repository Packages file.
apt-cache search postgresql-12
inside the build container shows no packages.apt-cache search postgresql-11
lists 64 packages.The text was updated successfully, but these errors were encountered: