application-services icon indicating copy to clipboard operation
application-services copied to clipboard

Add build tooling so we can work in mozilla-central.

Open mhammond opened this issue 8 months ago • 2 comments

Most of the files here are ignored when in application-services, but when copied into mozilla-central they enable "mach build" to build our megazord and other tooling.

Pull Request checklist

  • Breaking changes: This PR follows our breaking change policy
    • [ ] This PR follows the breaking change policy:
      • This PR has no breaking API changes, or
      • There are corresponding PRs for our consumer applications that resolve the breaking changes and have been approved
  • [ ] Quality: This PR builds and tests run cleanly
    • Note:
      • For changes that need extra cross-platform testing, consider adding [ci full] to the PR title.
      • If this pull request includes a breaking change, consider cutting a new release after merging.
  • [ ] Tests: This PR includes thorough tests or an explanation of why it does not
  • [ ] Changelog: This PR includes a changelog entry in CHANGELOG.md or an explanation of why it does not need one
    • Any breaking changes to Swift or Kotlin binding APIs are noted explicitly
  • [ ] Dependencies: This PR follows our dependency management guidelines
    • Any new dependencies are accompanied by a summary of the due diligence applied in selecting them.

Branch builds: add [firefox-android: branch-name] to the PR title.

mhammond avatar Apr 08 '25 20:04 mhammond

@glandium I'd love your eyes on this if you have a sec. I'll get a more formal review from the build peers as this gets ready to actually land in m-c, but the earlier I get feedback the better.

mhammond avatar Apr 29 '25 18:04 mhammond

Nothing particularly seems to be wrong in this patch. You'll probably have to discover the horror show that is using nss in rust tests, where you'll probably have to look at what e.g. neqo crates do.

glandium avatar May 01 '25 03:05 glandium