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 cargo manifest path to find build.py #18363
Conversation
highfive
commented
Sep 4, 2017
|
Heads up! This PR modifies the following files:
|
highfive
commented
Sep 4, 2017
|
@bors-servo try
|
use cargo manifest path to find build.py Without this, build.py can't be found when servo is built as a dependency. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/18363) <!-- Reviewable:end -->
|
|
|
I'm confused about why this is failing… |
|
@jdm you think it was twice the same intermitent failures? Or I did something wrong? |
|
@bors-servo try Travis: #18346 |
|
I don't understand and would be interested to find out why @bors-servo r+ |
|
|
use cargo manifest path to find build.py Without this, build.py can't be found when servo is built as a dependency. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/18363) <!-- Reviewable:end -->
The final path is wrong.
and current_exe is:
And there is not |
|
|
|
@bors-servo retry |
|
|
|
|
|
@bors-servo retry |
use cargo manifest path to find build.py Without this, build.py can't be found when servo is built as a dependency. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/18363) <!-- Reviewable:end -->
|
|
|
@bors-servo retry |
|
|
|
|
paulrouget commentedSep 4, 2017
•
edited by SimonSapin
Without this, build.py can't be found when servo is built as a dependency.
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis change is