previous smoosh-tools provided status command that can retrieve latest m-c revision, referred jsparagus revision, and build/test status:
mozilla-central tip: f291dd9e075c239586a5b9e266db47750d19af22
referred jsparagus revision: a7ed92ccf6d829b7d4aa9e835c92d76ea5f59e1d
Build status:
Build with --enable-smoosh: OK
Test with --smoosh: OK
unfortunately it's not possible to port it to smoosh_tools in jsparagus, given this command depends on https and json, and binaries cannot have extra dependency (to avoid adding the dependency also to library).
the alternative is to perform it on GitHub automation, and store the result in dedicated branch.
that way we can also have a badge on top page.
previous smoosh-tools provided
status
command that can retrieve latest m-c revision, referred jsparagus revision, and build/test status:unfortunately it's not possible to port it to smoosh_tools in jsparagus, given this command depends on https and json, and binaries cannot have extra dependency (to avoid adding the dependency also to library).
the alternative is to perform it on GitHub automation, and store the result in dedicated branch. that way we can also have a badge on top page.