commit fb83e69f3fb1245b8e2b37db9ab55c0b59fb5cbc
parent 204006a0e5cf496daee77d9282c7390ffbc4596f
Author: Tooru Fujisawa <arai_a@mac.com>
Date: Thu, 8 Jan 2026 06:56:01 +0000
Bug 2003113 - Use different MOZSEARCH_PLATFORM varible for each platform to distinguish generated files. r=asuth
Differential Revision: https://phabricator.services.mozilla.com/D274492
Diffstat:
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/taskcluster/kinds/searchfox/kind.yml b/taskcluster/kinds/searchfox/kind.yml
@@ -48,7 +48,7 @@ tasks:
max-run-time: 10800
env:
PERFHERDER_EXTRA_OPTIONS: searchfox
- MOZSEARCH_PLATFORM: "linux"
+ MOZSEARCH_PLATFORM: "linux64-opt"
run:
using: mozharness
actions: [build]
@@ -80,7 +80,7 @@ tasks:
max-run-time: 10800
env:
PERFHERDER_EXTRA_OPTIONS: searchfox
- MOZSEARCH_PLATFORM: "linux"
+ MOZSEARCH_PLATFORM: "linux64"
run:
using: mozharness
actions: [build]
@@ -112,7 +112,7 @@ tasks:
max-run-time: 10800
env:
PERFHERDER_EXTRA_OPTIONS: searchfox
- MOZSEARCH_PLATFORM: "macosx"
+ MOZSEARCH_PLATFORM: "macosx64"
run:
using: mozharness
actions: [get-secrets, build]
@@ -147,7 +147,7 @@ tasks:
max-run-time: 10800
env:
PERFHERDER_EXTRA_OPTIONS: searchfox
- MOZSEARCH_PLATFORM: "macosx"
+ MOZSEARCH_PLATFORM: "macosx64-aarch64-opt"
run:
using: mozharness
actions: [get-secrets, build]
@@ -185,7 +185,7 @@ tasks:
max-run-time: 10800
env:
PERFHERDER_EXTRA_OPTIONS: searchfox
- MOZSEARCH_PLATFORM: "macosx"
+ MOZSEARCH_PLATFORM: "macosx64-aarch64"
run:
using: mozharness
actions: [get-secrets, build]
@@ -263,7 +263,7 @@ tasks:
max-run-time: 10800
env:
PERFHERDER_EXTRA_OPTIONS: searchfox
- MOZSEARCH_PLATFORM: "windows"
+ MOZSEARCH_PLATFORM: "win64-opt"
run:
using: mozharness
options: [append-env-variables-from-configs]
@@ -307,7 +307,7 @@ tasks:
max-run-time: 10800
env:
PERFHERDER_EXTRA_OPTIONS: searchfox
- MOZSEARCH_PLATFORM: "windows"
+ MOZSEARCH_PLATFORM: "win64"
run:
using: mozharness
options: [append-env-variables-from-configs]