-
Notifications
You must be signed in to change notification settings - Fork 146
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 debian builds #475
Fix debian builds #475
Conversation
Include missing build dependencies Ensure setuptools isn't upgraded
Hi @andyfoston, should that PR fix the failing Focal builds? Thanks! |
Hi, yeah this does. Sorry, I didn't spot that this had been commented out. I'll enable it |
@@ -308,11 +308,10 @@ jobs: | |||
strategy: | |||
matrix: | |||
# Focal builds are broken in CI, we can only build bionic for now | |||
#suite: [focal, bionic] | |||
suite: [bionic] | |||
suite: [focal, bionic] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the publish job for the debian packages, which only happens at release time. We have another job at the top of the workflow that builds the debian packages and tests that they install fine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, sorry, my mistake. I've fixed this now
SonarCloud Quality Gate failed.
|
It works!!! Thanks @andyfoston, you're a life savior!! 🙏 🥳 |
Include missing build dependencies Ensure setuptools isn't upgraded
Include missing build dependencies
Ensure setuptools isn't upgraded during pip install step
┆Issue is synchronized with this Jira Task by Unito
┆friendlyId: K8SSAND-1507
┆priority: Medium