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

[Backport release-1.25] Use FORCE_HOST_GO=y when building Kubernetes #2935

Merged
merged 1 commit into from
Mar 29, 2023

Conversation

k0s-bot
Copy link

@k0s-bot k0s-bot commented Mar 28, 2023

Automated backport to release-1.25, triggered by a label in #2905.
See .

This is to bypass the automatic Go toolchain download which has been
added to Kubernetes 1.27 and has been backported to v1.26.3, v1.25.8
and v1.24.12.

Signed-off-by: Tom Wieczorek <[email protected]>
(cherry picked from commit 05a2fa0)
(cherry picked from commit 5d31776)
@k0s-bot k0s-bot requested a review from a team as a code owner March 28, 2023 16:38
@k0s-bot k0s-bot requested review from kke and juanluisvaladas March 28, 2023 16:38
@twz123 twz123 changed the title [Backport release-1.25] [Backport release-1.26] Use FORCE_HOST_GO=y when building Kubernetes [Backport release-1.25] Use FORCE_HOST_GO=y when building Kubernetes Mar 28, 2023
@twz123 twz123 added chore backport/release-1.24 PR that needs to be backported/cherrypicked to release-1.24 branch labels Mar 28, 2023
@twz123 twz123 merged commit 5e46a26 into release-1.25 Mar 29, 2023
@twz123 twz123 deleted the backport-2905-to-release-1.25 branch March 29, 2023 09:51
@k0s-bot
Copy link
Author

k0s-bot commented Mar 29, 2023

Backport failed for release-1.24, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally.

git fetch origin release-1.24
git worktree add -d .worktree/backport-2935-to-release-1.24 origin/release-1.24
cd .worktree/backport-2935-to-release-1.24
git checkout -b backport-2935-to-release-1.24
ancref=$(git merge-base 7f5c2fd16aa67b4395505363afbf2d54b3009e4b eae7584f2b9215210a7262330d6f1ebb96745c54)
git cherry-pick -x $ancref..eae7584f2b9215210a7262330d6f1ebb96745c54

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/release-1.24 PR that needs to be backported/cherrypicked to release-1.24 branch chore
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants