-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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(ci): verify manifest fails with OpenSSL 3.2.3 #13688
Conversation
Signed-off-by: Aapo Talvensaari <aapo.talvensaari@gmail.com>
c082a28
to
1400265
Compare
Cherry-pick failed for 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-13688-to-master-to-upstream upstream/master
cd .worktree/cherry-pick-13688-to-master-to-upstream
git checkout -b cherry-pick-13688-to-master-to-upstream
ancref=$(git merge-base 974fc87545ab1e4cd0a151072f801f0519240cc4 140026518c945d7fbbdd6f5d67b99dc957b3db5f)
git cherry-pick -x $ancref..140026518c945d7fbbdd6f5d67b99dc957b3db5f |
This should be cherry-picked directly to here: https://github.com/Kong/kong-ee/pull/10193 (but related EE pr that adds new ubuntu version is not merged either to EE yet). |
Cherry-pick failed for 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-13688-to-master-to-upstream upstream/master
cd .worktree/cherry-pick-13688-to-master-to-upstream
git checkout -b cherry-pick-13688-to-master-to-upstream
ancref=$(git merge-base 974fc87545ab1e4cd0a151072f801f0519240cc4 140026518c945d7fbbdd6f5d67b99dc957b3db5f)
git cherry-pick -x $ancref..140026518c945d7fbbdd6f5d67b99dc957b3db5f |
Summary
Fixes CI verify manifest.