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

chore: build improvements #13856

Merged
merged 2 commits into from
Nov 21, 2024
Merged

chore: build improvements #13856

merged 2 commits into from
Nov 21, 2024

Conversation

ADD-SP
Copy link
Contributor

@ADD-SP ADD-SP commented Nov 11, 2024

REBASE AND MERGE

Summary

Cherry-picked from https://github.com/Kong/kong-ee/pull/10624, excluding the changes about the git submodules as CE has no git submodules.

Checklist

  • [N/A] The Pull Request has tests
  • [N/A] A changelog file has been created under changelog/unreleased/kong or skip-changelog label added on PR if changelog is unnecessary. README.md
  • [N/A] There is a user-facing docs PR against https://github.com/Kong/docs.konghq.com - PUT DOCS PR HERE

Issue reference

KAG-5571, KAG-5751

This is just for local development, engineers can easily cache
some targets during the development instead of rebuild everything.
@github-actions github-actions bot added core/docs build/bazel cherry-pick kong-ee schedule this PR for cherry-picking to kong/kong-ee chore Not part of the core functionality of kong, but still needed labels Nov 11, 2024
@ADD-SP
Copy link
Contributor Author

ADD-SP commented Nov 11, 2024

@ADD-SP ADD-SP marked this pull request as ready for review November 11, 2024 07:40
@fffonion fffonion merged commit 9918f6d into master Nov 21, 2024
49 of 55 checks passed
@fffonion fffonion deleted the add_sp/chore-devx branch November 21, 2024 08:28
@team-gateway-bot
Copy link
Collaborator

Cherry-pick failed for master, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally.

git remote add upstream https://github.com/kong/kong-ee
git fetch upstream master
git worktree add -d .worktree/cherry-pick-13856-to-master-to-upstream upstream/master
cd .worktree/cherry-pick-13856-to-master-to-upstream
git checkout -b cherry-pick-13856-to-master-to-upstream
ancref=$(git merge-base 7e9dbf99f1dc577556e9dba07d739883939ae22d 4a521a88e2288c95a080d2a17550940a774be430)
git cherry-pick -x $ancref..4a521a88e2288c95a080d2a17550940a774be430

@github-actions github-actions bot added the incomplete-cherry-pick A cherry-pick was incomplete and needs manual intervention label Nov 21, 2024
@ADD-SP ADD-SP removed cherry-pick kong-ee schedule this PR for cherry-picking to kong/kong-ee incomplete-cherry-pick A cherry-pick was incomplete and needs manual intervention labels Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build/bazel chore Not part of the core functionality of kong, but still needed core/docs size/L
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants