Skip to content

ci(mingw): speed up, by disabling the chain lint #1887

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

Closed
wants to merge 1 commit into from

Conversation

dscho
Copy link
Member

@dscho dscho commented Oct 16, 2018

This is just a test balloon, to see how much it costs us. The main cost
seems to be the subshell (exit 117), which is expensive in the MSYS2
Bash due to the way fork() is emulated.

This is just a test balloon, to see how much it costs us. The main cost
seems to be the subshell `(exit 117)`, which is expensive in the MSYS2
Bash due to the way `fork()` is emulated.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
@dscho
Copy link
Member Author

dscho commented Oct 16, 2018

Okay, this did not have the intended effect ;-) (the test suite did not run faster on Windows, to the contrary, which is quite counter-intuitive.)

@dscho dscho closed this Oct 16, 2018
@dscho dscho deleted the accelerate-test-suite branch October 16, 2018 18:18
@dscho
Copy link
Member Author

dscho commented Oct 17, 2018

Apparently you cannot reopen a PR after deleting the branch and re-pushing it... so here goes: #1888

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant