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 the cross compiling on building image for kuma-init #11804

Closed
jijiechen opened this issue Oct 21, 2024 · 3 comments
Closed

Fix the cross compiling on building image for kuma-init #11804

jijiechen opened this issue Oct 21, 2024 · 3 comments
Labels
area/ci-cd kind/bug A bug triage/accepted The issue was reviewed and is complete enough to start working on it

Comments

@jijiechen
Copy link
Member

What happened?

We are having issues building image for kuma-init, and it's related to the latest version (24.04) of the GH public runners:

Here is the failing CI:

Here is a discussion of similar issue found in other repos:

We've temporarily fixed this issue by pining the runner image version to 22.04-latest but we need a permanant way to fix.
https://github.com/kumahq/kuma/blob/master/.github/workflows/_build_publish.yaml#L91

@jijiechen jijiechen added area/ci-cd triage/pending This issue will be looked at on the next triage meeting kind/bug A bug labels Oct 21, 2024
@lukidzi
Copy link
Contributor

lukidzi commented Oct 21, 2024

xref: #11809

@lukidzi lukidzi added triage/accepted The issue was reviewed and is complete enough to start working on it and removed triage/pending This issue will be looked at on the next triage meeting labels Oct 21, 2024
@jijiechen jijiechen reopened this Oct 22, 2024
Copy link
Contributor

Removing closed state labels due to the issue being reopened.

@jijiechen
Copy link
Member Author

Let's use this issue to track if the CI passes with PR #11826 merged.

jijiechen added a commit that referenced this issue Oct 23, 2024
…init image (#11826)

## Motivation

Restore the changes we'd done to work around these issues:
* #11804

## Implementation information

Use `ubuntu-latest` runner images.
I'm creating the PR from the same repo to maintain parity between runs
here and those of master branches.

---------

Signed-off-by: Jay Chen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci-cd kind/bug A bug triage/accepted The issue was reviewed and is complete enough to start working on it
Projects
None yet
Development

No branches or pull requests

2 participants