tools: remove gyp test directory#1350
Conversation
gyp tests are not performed in iojs and it's size about 8M bytes. We can check gyp tests outside of iojs and reduce the size of the repository by removing them.
|
LGTM |
|
Replying to @Fishrock123's comment in #1325:
The v8 directories (and others) are removed when creating tarballs. Since gyp introduced |
This is something I wish git had an option to disable bits of past history for, even if it technically break things at specific commits without downloading/getting extra repo data. It gets really bad if you ever deal with already-compressed data in git. (jpegs, tgz, etc) |
|
LGTM also |
|
lgtm |
gyp tests are not performed in iojs and it's size about 8M bytes. We can check gyp tests outside of iojs and reduce the size of the repository by removing them. PR-URL: nodejs#1350 Reviewed-By: Johan Bergström <bugs@bergstroem.nu> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Rod Vagg <rod@vagg.org>
|
Thanks. Landed in 644ece1 . |
gyp tests are not performed in iojs and it's size about 8M bytes. We can check gyp tests outside of iojs and reduce the size of the repository by removing them.
cf. #1325 (comment) ,