-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
build: sort .PHONY rules and add test-gc-clean #12059
Conversation
@nodejs/build |
CI errors don't seem to be related..pinging @nodejs/build again |
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
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.
Should we be using test-gc-clean
elsewhere in the Makefile (e.g. in clean
)?
@gibfahn I am still trying to put together a |
@joyeecheung I think If you say "I want to clean up", you probably want to clean up everything ( Cleaning up more than you expected is annoying (you have to rebuild everything). Cleaning up less than you expected can be confusing (why are my Also, If you wanted to add a I see the reason for having a |
@gibfahn Yeah I am convinced As for |
In my mind you'd have:
So |
@gibfahn What I had in mind is:
Anyways, one more CI for this PR...https://ci.nodejs.org/job/node-test-pull-request/7164/ |
This needs a rebase before it can land |
Sort phony rules and place them one per line for the ease of updating and backporting
Rebased. New CI: https://ci.nodejs.org/job/node-test-pull-request/7278/ |
CI failures look unrelated. Landed in 9decfb1...baa2602, thanks! |
Sort phony rules and place them one per line for the ease of updating and backporting PR-URL: #12059 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
PR-URL: #12059 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
This is not landing cleanly on v7.x-staging. Mind submitting a backport? |
Should this be backported to |
The first commit sorts the .PHONY rules for the ease of updating and backporting changes to this list.
The second commit adds a test-gc-clean rule to clean the files generated during
make test-gc
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passesAffected core subsystem(s)
build