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 faling CI #1341

Merged
merged 2 commits into from
Feb 8, 2024
Merged

Fix faling CI #1341

merged 2 commits into from
Feb 8, 2024

Conversation

VitaliySerov
Copy link
Contributor

  1. Ubuntu-based CI failing because of old keys
  2. Fedora-based CI is failing because of missing dependency

@VitaliySerov VitaliySerov mentioned this pull request Jan 5, 2024
@@ -7,6 +7,7 @@ rm -fr /etc/mysql
rm -fr /var/lib/mysql
apt-key add support/5072E1F5.asc # old signing key
apt-key add support/3A79BD29.asc # 5.7.37 and higher
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys B7B3B788A8D3785C
Copy link
Collaborator

Choose a reason for hiding this comment

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

For the other keys, I checked the public key into the repo - this may be archaic knowledge, but at least a few times I recall CI failures because the old keys didn't fetch.

@tenderlove tenderlove merged commit 38efd9b into brianmario:master Feb 8, 2024
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.

4 participants