Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSkip `cargo:rerun-if-changed` for directories and everything in `.gitignore` (fixes #202) #203
Conversation
The actual fix should live in psutil, but this is a good workaround meanwhile.
This removes log, env_logger and clap.
|
@bors-servo r=nox+SimonSapin |
|
|
Skip `cargo:rerun-if-changed` for directories and everything in `.gitignore` (fixes #202) The actual fix should live in psutil, but this is a good workaround meanwhile. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/mozjs/203) <!-- Reviewable:end -->
|
@bors-servo r- |
|
Why ignore directories, actually? Adding new source files or new directories should trigger a rebuild, and AFAIK the only 2 folders that are to be ignored are the two in the psutil folder, which we already take care of. |
Disregard me. @bors-servo r=nox,SimonSapin |
|
|
Skip `cargo:rerun-if-changed` for directories and everything in `.gitignore` (fixes #202) The actual fix should live in psutil, but this is a good workaround meanwhile. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/mozjs/203) <!-- Reviewable:end -->
|
|
nox commentedSep 29, 2019
•
edited by larsbergstrom
The actual fix should live in psutil, but this is a good workaround meanwhile.
This change is