From 68a9c4bb90b8d24213941a73cbd95b8c3fd58663 Mon Sep 17 00:00:00 2001 From: Jonathan Almeida Date: Mon, 3 Nov 2025 16:50:18 -0500 Subject: [PATCH] Bug 1923209 - Build test dependencies for Apple silicon r=markh,bdk --- taskcluster/kinds/module-build/kind.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'