We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As reported in #3962, running make check -j8 can result in random failures in building aux files, probably because of this line:
make check -j8
https://github.com/mozilla/rust/blob/incoming/mk/tests.mk#L95
These dependencies don't guarantee that the two 'clean' rules run before the tests.
The text was updated successfully, but these errors were encountered:
I haven't seen this lately, and 95 is now a blank line. Closing; reopen if you can reproduce.
Sorry, something went wrong.
Auto merge of rust-lang#3968 - YohDeadfall:variadic-arg-helper, r=Ral…
2b020bf
…fJung Added a variadic argument helper `@RalfJung,` as you wished (:
No branches or pull requests
As reported in #3962, running
make check -j8
can result in random failures in building aux files, probably because of this line:https://github.com/mozilla/rust/blob/incoming/mk/tests.mk#L95
These dependencies don't guarantee that the two 'clean' rules run before the tests.
The text was updated successfully, but these errors were encountered: