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

Fix Appveyor builds by refreshing the package list #494

Merged
merged 1 commit into from
May 4, 2021

Conversation

bvogelzang
Copy link
Contributor

@bvogelzang bvogelzang commented May 4, 2021

Appveyor builds were breaking due to an error related to pacman when running bundle install:

warning: database file for 'ucrt64' does not exist (use '-Sy' to download)
warning: database file for 'clang64' does not exist (use '-Sy' to download)
error: failed to prepare transaction (could not find database)

Running pacman --noconfirm -Sy to update the package list resolves this error and the builds pass successfully.

fixes "error: failed to prepare transaction (could not find database)"
@bvogelzang bvogelzang force-pushed the fix-appveyor-build branch from a6d7075 to 36c6954 Compare May 4, 2021 20:30
@bvogelzang bvogelzang changed the title Fix error: failed to prepare transaction (could not find database) Fix Appveyor builds by refreshing the package list May 4, 2021
@bvogelzang bvogelzang marked this pull request as ready for review May 4, 2021 20:31
@bvogelzang bvogelzang requested a review from aharpervc May 4, 2021 20:40
Copy link
Contributor

@aharpervc aharpervc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤦‍♂️

@bvogelzang bvogelzang merged commit 7e779cb into rails-sqlserver:master May 4, 2021
@bvogelzang bvogelzang deleted the fix-appveyor-build branch May 4, 2021 21:36
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

Successfully merging this pull request may close these issues.

2 participants