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 upMake`update-manifest` command fail loudly #23213
Open
Labels
Comments
|
@jdm My name is Anuradha. I am interested in servo as a project in rgsoc. I have set up the dev and nightly instance of the servo. I wish to contribute in servo project in rgsoc. Kindly assign me the following issue and guide me regrading the problem. Thank you |
|
@ANURADHAJHA99 Sorry, this isn't an issue that is well understood. Have you followed the instructions at https://github.com/servo/servo/wiki/Implementing-a-web-standard-(RGSoC)? That's a much more useful introduction to the code than an issue like this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
./mach update-manifestseems to generally fail silently, compared to the equivalent direct command using./mach test-wpt --manifest-update. For example if no servo binary has been build, you'll get a clear error from./mach test-wpt --manifest-updateand a silent failure from./mach update-manifest.