summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2021-12-01 19:38:49 -0500
committerMatt A. Tobin <email@mattatobin.com>2021-12-01 19:38:49 -0500
commitd44fe8eb50c9cc7db848b61091c0a1dc860de9d4 (patch)
tree7b624d08728d5fb8f024dcd09d143fc6ae53a65f /build
parent4ac8ee22c86bc579b45bc5aa9f5a57086c3a8991 (diff)
downloadaura-central-d44fe8eb50c9cc7db848b61091c0a1dc860de9d4.tar.gz
No Issue - Remove taskcluster
Diffstat (limited to 'build')
-rw-r--r--build/mach_bootstrap.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/build/mach_bootstrap.py b/build/mach_bootstrap.py
index b4d087f78..2404e9e2e 100644
--- a/build/mach_bootstrap.py
+++ b/build/mach_bootstrap.py
@@ -62,7 +62,6 @@ SEARCH_PATHS = [
'dom/media/test/external',
'layout/tools/reftest',
'python/ply',
- 'taskcluster',
'testing',
'testing/mozbase/mozcrash',
'testing/mozbase/mozdebug',
@@ -82,7 +81,6 @@ SEARCH_PATHS = [
'testing/mozbase/moztest',
'testing/mozbase/mozversion',
'testing/mozbase/manifestparser',
- 'testing/taskcluster',
'testing/tools/autotry',
'testing/xpcshell',
'xpcom/idl-parser',
@@ -103,7 +101,6 @@ MACH_MODULES = [
'python/mozbuild/mozbuild/compilation/codecomplete.py',
'python/mozbuild/mozbuild/frontend/mach_commands.py',
'services/common/tests/mach_commands.py',
- 'taskcluster/mach_commands.py',
'testing/mach_commands.py',
'testing/mochitest/mach_commands.py',
'testing/mozharness/mach_commands.py',