Skip to content
New issue

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

AppVeyor CI builds fail due to spellcheck dependencies #508

Closed
agitter opened this issue Jan 14, 2024 · 3 comments
Closed

AppVeyor CI builds fail due to spellcheck dependencies #508

agitter opened this issue Jan 14, 2024 · 3 comments

Comments

@agitter
Copy link
Member

agitter commented Jan 14, 2024

The Appveyor build in greenelab/covid19-review#1214 failed with the error

E: The repository 'http://apt.postgresql.org/pub/repos/apt bionic-pgdg Release' no longer has a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
N: Skipping acquire of configured file 'contrib/binary-i386/Packages' as repository 'http://download.virtualbox.org/virtualbox/debian bionic InRelease' doesn't support architecture 'i386'

I believe that is related to https://www.postgresql.org/message-id/ZN4OigxPJA236qlg%40msg.df7cb.de

@dhimmel
Copy link
Member

dhimmel commented Jan 19, 2024

Possibly we could update the appveyor image to Ubuntu2204 at:

image: ubuntu

Or we could consider getting rid of appveyor entirely and possibly adding PR comments to the GitHub action via something like:

dhimmel added a commit to dhimmel/manubot-rootstock that referenced this issue Jan 19, 2024
dhimmel added a commit that referenced this issue Jan 19, 2024
refs #508
merges #509

Fixes appveyor install error:
> The repository 'http://apt.postgresql.org/pub/repos/apt bionic-pgdg Release' no longer has a Release file.
@dhimmel
Copy link
Member

dhimmel commented Jan 19, 2024

Fixed by #509

Not against removing AppVeyor completely if we can replace with GH actions, but will close since the error is fixed.

@dhimmel dhimmel closed this as completed Jan 19, 2024
@agitter
Copy link
Member Author

agitter commented Jan 19, 2024

Thanks for fixing this. I'm glad it wasn't too complicated.

I agree we could drop AppVeyor if either of us or a different contributor has time to look into those GitHub Actions alternatives in the future.

ctessum pushed a commit to uiceds/rootstock that referenced this issue Sep 10, 2024
refs manubot#508
merges manubot#509

Fixes appveyor install error:
> The repository 'http://apt.postgresql.org/pub/repos/apt bionic-pgdg Release' no longer has a Release file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants