-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Document that multiple rustpkg processes are a bad idea #9650
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
Comments
metajack
added a commit
to metajack/servo
that referenced
this issue
Nov 20, 2013
Sub-builds are still parallelized. This is a workaround for rustpkg issues. See rust-lang/rust#9650
bors-servo
pushed a commit
to servo/servo
that referenced
this issue
Nov 20, 2013
Sub-builds are still parallelized. This is a workaround for rustpkg issues. See rust-lang/rust#9650
june0cho
pushed a commit
to june0cho/servo
that referenced
this issue
Nov 20, 2013
Sub-builds are still parallelized. This is a workaround for rustpkg issues. See rust-lang/rust#9650
Closing rustpkg is deprecated |
therealglazou
pushed a commit
to therealglazou/servo
that referenced
this issue
Feb 20, 2014
Sub-builds are still parallelized. This is a workaround for rustpkg issues. See rust-lang/rust#9650
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-comments-removed
that referenced
this issue
Sep 30, 2019
…ack:not-parallel); r=larsbergstrom Sub-builds are still parallelized. This is a workaround for rustpkg issues. See rust-lang/rust#9650 Source-Repo: https://github.com/servo/servo Source-Revision: eb9b82fed8717dc9970489e2856ac95b73a6e9eb UltraBlame original commit: d89c91a96214d2327057e37bef504ac7c4f7501d
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified
that referenced
this issue
Sep 30, 2019
…ack:not-parallel); r=larsbergstrom Sub-builds are still parallelized. This is a workaround for rustpkg issues. See rust-lang/rust#9650 Source-Repo: https://github.com/servo/servo Source-Revision: eb9b82fed8717dc9970489e2856ac95b73a6e9eb UltraBlame original commit: d89c91a96214d2327057e37bef504ac7c4f7501d
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified-and-comments-removed
that referenced
this issue
Oct 1, 2019
…ack:not-parallel); r=larsbergstrom Sub-builds are still parallelized. This is a workaround for rustpkg issues. See rust-lang/rust#9650 Source-Repo: https://github.com/servo/servo Source-Revision: eb9b82fed8717dc9970489e2856ac95b73a6e9eb UltraBlame original commit: d89c91a96214d2327057e37bef504ac7c4f7501d
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rustpkg doesn't lock the workcache database file at all, so it's a bad idea to run multiple instances of it. Document this -- particularly in the documentation on "how to use make with rustpkg", so people know not to use
make -j
with rustpkg.Also see #9649
The text was updated successfully, but these errors were encountered: