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 openEuler 20.04-lts #83

Merged
merged 3 commits into from
Jan 23, 2025
Merged

Fix openEuler 20.04-lts #83

merged 3 commits into from
Jan 23, 2025

Conversation

n-thumann
Copy link
Member

What

This PR fixes the build of the openEuler 20.03-lts image.

Why

Do make it working again.

For whatever reason, installing openssh-server tries to downgrade openssh (a dependencies of openssh-server) to a version that isn't signed. This is why the build is failing.
Luckily, openEuler 20.03-lts already comes with a openssh-server preinstalled, so we can just skip the installation.
Installing only openssh, which for whatever reason depends in openssh-server would also solve the issue, but that'd be a little weird.

References

Checklist

  • Tests

@n-thumann n-thumann force-pushed the fix_openeuler_20.04 branch from 3d40a24 to 88eda7b Compare January 21, 2025 09:54
@n-thumann n-thumann marked this pull request as ready for review January 21, 2025 10:12
@n-thumann n-thumann requested review from a team as code owners January 21, 2025 10:12
@n-thumann n-thumann enabled auto-merge (squash) January 21, 2025 10:12
@n-thumann n-thumann merged commit 949f04e into main Jan 23, 2025
119 checks passed
@n-thumann n-thumann deleted the fix_openeuler_20.04 branch January 23, 2025 10:41
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