diff --git a/components/logins/fixtures/profile/key4.db b/components/logins/fixtures/profile/key4.db index b6ce267ac6..8965cf1081 100644 Binary files a/components/logins/fixtures/profile/key4.db and b/components/logins/fixtures/profile/key4.db differ diff --git a/taskcluster/kinds/module-build/kind.yml b/taskcluster/kinds/module-build/kind.yml index 59388b40ae..85b4acf55a 100644 --- a/taskcluster/kinds/module-build/kind.yml +++ b/taskcluster/kinds/module-build/kind.yml @@ -32,7 +32,7 @@ task-defaults: - [source, taskcluster/scripts/toolchain/setup-fetched-rust-toolchain.sh] - [source, taskcluster/scripts/toolchain/cross-compile-setup.sh] - [source, taskcluster/scripts/toolchain/copy-libs-dir.sh, libs] - - [bash, '-c', 'echo "rust.targets=arm,arm64,x86_64,darwin,linux-x86-64\n" > local.properties'] + - [bash, '-c', 'echo "rust.targets=arm,arm64,x86_64,darwin-x86-64,darwin-aarch64,linux-x86-64\n" > local.properties'] gradlew: - ':{module_name}:assembleRelease' - ':{module_name}:publish'