Bug 1923209 Comment 4 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

I ran into this today again when trying to review some appservices PRs. bdk, do you know what could be the cause? 

My guess, based on comment 3 is that the line in [our gradle file][build.gradle] says that we are reading the projects to build over here: 
> The official packages are built in taskcluster include
> `linux-x86-64` and `darwin-x86-64` and the list is controlled by
> taskcluster/kinds/module-build/kind.yml

The [taskcluster kind.yml][targets] points to these targets:

> rust.targets=arm,arm64,x86_64,x86,darwin,linux-x86-64

Maybe that `darwin` should be `darwin-aarch64` then? I'm going to try and push a CI build on appservices to see if that Just Works™.


[build.gradle]: https://github.com/mozilla/application-services/blob/b796b86f131397870d01e5e816b9e2d8f6222d69/megazords/full/android/build.gradle#L50
[targets]: https://github.com/mozilla/application-services/blob/main/taskcluster/kinds/module-build/kind.yml#L35
I ran into this today again when trying to review some appservices PRs. bdk, do you know what could be the cause? 

My guess, based on comment 3 is that the line in [our gradle file][build.gradle] says that we are reading the projects to build over here: 
> The official packages are built in taskcluster include
> `linux-x86-64` and `darwin-x86-64` and the list is controlled by
> taskcluster/kinds/module-build/kind.yml

The [taskcluster kind.yml][targets] points to these targets:

> rust.targets=arm,arm64,x86_64,x86,darwin,linux-x86-64

Maybe that `darwin` should be `darwin-aarch64` then? ~~I'm going to try and push a CI build on appservices to see if that Just Works™~~ Haven't got around to this.


[build.gradle]: https://github.com/mozilla/application-services/blob/b796b86f131397870d01e5e816b9e2d8f6222d69/megazords/full/android/build.gradle#L50
[targets]: https://github.com/mozilla/application-services/blob/main/taskcluster/kinds/module-build/kind.yml#L35
I ran into this today again when trying to review some appservices PRs. bdk, do you know what could be the cause? 

My guess, based on comment 3 is that the line in [our gradle file][build.gradle] says that we are reading the projects to build over here: 
> The official packages are built in taskcluster include
> `linux-x86-64` and `darwin-x86-64` and the list is controlled by
> taskcluster/kinds/module-build/kind.yml

The [taskcluster kind.yml][targets] points to these targets:

> rust.targets=arm,arm64,x86_64,x86,darwin,linux-x86-64

Maybe that `darwin` should be `darwin-aarch64` then? ~~I'm going to try and push a CI build on appservices to see if that Just Works™~~ EDIT: Haven't got around to this.


[build.gradle]: https://github.com/mozilla/application-services/blob/b796b86f131397870d01e5e816b9e2d8f6222d69/megazords/full/android/build.gradle#L50
[targets]: https://github.com/mozilla/application-services/blob/main/taskcluster/kinds/module-build/kind.yml#L35

Back to Bug 1923209 Comment 4