mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 1543872: [taskgraph] Simplify the calculated path to the root of mozilla-central; r=dustin
On windows, the generated path will be close to the path length limits, which causes `mach try` to fail. Differential Revision: https://phabricator.services.mozilla.com/D28554 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
3cb66d0328
commit
4332d2b926
@ -6,7 +6,7 @@ from __future__ import absolute_import, print_function, unicode_literals
|
||||
|
||||
import os
|
||||
|
||||
GECKO = os.path.realpath(os.path.join(__file__, '..', '..', '..'))
|
||||
GECKO = os.path.normpath(os.path.realpath(os.path.join(__file__, '..', '..', '..')))
|
||||
|
||||
# Maximum number of dependencies a single task can have
|
||||
# https://docs.taskcluster.net/reference/platform/taskcluster-queue/references/api#createTask
|
||||
|
Loading…
Reference in New Issue
Block a user