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 upUse skia and deps from crates.io. #8757
Conversation
highfive
commented
Nov 30, 2015
|
This adds a lot of dupe dependencies. xml-rs only on gonk for some reason. the others seem to be on all the Cargo.locks. Reviewed 24 of 24 files at r1. components/servo/Cargo.lock, line 316 [r1] (raw file): components/servo/Cargo.lock, line 343 [r1] (raw file): components/servo/Cargo.lock, line 723 [r1] (raw file): components/servo/Cargo.lock, line 856 [r1] (raw file): components/servo/Cargo.lock, line 991 [r1] (raw file): ports/gonk/Cargo.lock, line 2069 [r1] (raw file): Comments from the review on Reviewable.io |
|
Should be good after updating to servo/surfman#44 |
|
@bors-servo try |
Use skia and deps from crates.io. This makes the initial download for skia go from a 300 MB git repository to a 5 MB tarball. This should help with issues like #6132 and #7687. Fix servo/skia#70 This builds, but the at the moment causes a number of tidy errors for duplicated crates. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8757) <!-- Reviewable:end -->
|
|
|
@bors-servo try |
Use skia and deps from crates.io. This makes the initial download for skia go from a 300 MB git repository to a 5 MB tarball. This should help with issues like #6132 and #7687. Fix servo/skia#70 This builds, but the at the moment causes a number of tidy errors for duplicated crates. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8757) <!-- Reviewable:end -->
|
|
|
@metajack All of the duplicate dependencies were detected by tidy, which is now happy :) |
|
ports/cef/Cargo.lock still has some duplicates for some reason. Reviewed 2 of 9 files at r2. ports/cef/Cargo.lock, line 244 [r2] (raw file): ports/cef/Cargo.lock, line 317 [r2] (raw file): ports/cef/Cargo.lock, line 343 [r2] (raw file): Comments from the review on Reviewable.io |
|
Reviewed 6 of 9 files at r2. ports/cef/Cargo.toml, line 72 [r2] (raw file): Comments from the review on Reviewable.io |
|
Ah, I was looking at |
Fix servo/skia#70
Despite the rest of ports/cef/ being ignored.
|
Reviewed 1 of 9 files at r2, 3 of 3 files at r3. Comments from the review on Reviewable.io |
|
@bors-servo r+ |
|
@bors-servo try- r+ |
|
@bors-servo retry |
|
@bors-servo try- retry r=mbrubeck |
|
|
Please file a bug for this! It should only be ignoring ports/cef for certain things, but definitely not for cargo.lock checks. |
|
My second commit fixes this: b8a3a64 |
|
Even better! |
Relevant discussion: #7202 |
Use skia and deps from crates.io. This makes the initial download for skia go from a 300 MB git repository to a 5 MB tarball. This should help with issues like #6132 and #7687. Fix servo/skia#70 This builds, but the at the moment causes a number of tidy errors for duplicated crates. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8757) <!-- Reviewable:end -->
|
|
benbucksch
commented
Dec 4, 2015
|
Thank you |
SimonSapin commentedNov 30, 2015
This makes the initial download for skia go from a 300 MB git repository to a 5 MB tarball. This should help with issues like #6132 and #7687.
Fix servo/skia#70
This builds, but the at the moment causes a number of tidy errors for duplicated crates.