-
Notifications
You must be signed in to change notification settings - Fork 29.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
[v16.x] tools: automate update openssl v16 #48500
[v16.x] tools: automate update openssl v16 #48500
Conversation
FreeBSD uses SIGBUS after update to v12.4. Refs: nodejs/build#3134 PR-URL: nodejs#47851 Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
Review requested:
|
84fd21b
to
aa60c8c
Compare
PR-URL: nodejs#48377 Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Paolo Insogna <[email protected]>
aa60c8c
to
dd2a467
Compare
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.
I think we need another action for 1.1.1. IIRC scheduled workflows only run in the main
branch. So I believe we need to have this automate update v16 on main.
cc: @nodejs/actions
The action update-openssl.yml checks out on v16.x-staging and executes the update-openssl.sh and opens a pr. I think it will work |
but it won't run in the v16.x-staging branch. It will run only on main. @richardlau I remember you've mentioned it somewhere, right? |
GitHub Actions cron scheduler only runs workflow files from the default branch (e.g. node/.github/workflows/update-openssl.yml Lines 61 to 68 in 198affc
main references for openssl-v1-update .
|
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.
LGTM. Sorry, I missed the openssl-v1-update
.
Given that Node.js 16 reaches End-of-Life in a few weeks (11 September 2023), I'm going to close this as won't land on v16.x. |
PR-URL: #48377
Reviewed-By: Rafael Gonzaga [email protected]
Reviewed-By: Antoine du Hamel [email protected]
Reviewed-By: Paolo Insogna [email protected]