-
Notifications
You must be signed in to change notification settings - Fork 14.1k
Reintroduce remote-test support in run-make tests #138651
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
Conversation
The old Makefile-based infrastructure included support for executing binaries with remote-test-client if configured, but that didn't get ported to run_make_support as part of the rmake migration. This PR re-introduces back that support, with the same implementation (and limitations) of the original Makefile-based support.
|
Could not assign reviewer from: |
|
rustbot has assigned @Mark-Simulacrum. Use |
|
The run-make-support library was changed cc @jieyouxu |
|
Groan I opened the branch on |
|
The job Click to see the possible cause of the failure (guessed by this bot) |
The old Makefile-based infrastructure included support for executing binaries with remote-test-client if configured, but that didn't get ported to run_make_support as part of the rmake migration.
This PR re-introduces back that support, with the same implementation (and limitations) of the original Makefile-based support.
Old Makefile-based implementation of this
r? @jieyouxu