Set MOZ_FETCHES_DIR more appropriately
Categories
(Firefox Build System :: Task Configuration, task)
Tracking
(firefox70 fixed)
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(2 files)
Assignee | ||
Comment 1•6 years ago
|
||
For some tasks, the workdir known to the decision task doesn't actually match
the workdir used in the task, which makes MOZ_FETCHES_DIR wrong when the
decision task derives it from the workdir.
On other tasks, MOZ_FETCHES_DIR is set to a relative directory, which
may work in some places where MOZ_FETCHES_DIR is used, but not in
others, that happen to be executed from a different directory.
To solve both problems, we set MOZ_FETCHES_DIR as a relative directory
everywhere, and we make run-task normalize it to an absolute path
before executing the task.
Comment 3•6 years ago
|
||
Backed out changeset a2c0bed45b89 (Bug 1568460) for causing spidermonkey failures "[Errno 2] No such file or directory"
https://treeherder.mozilla.org/#/jobs?repo=autoland&resultStatus=testfailed%2Cbusted%2Cexception&classifiedState=unclassified&selectedJob=258728173
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=258728173&repo=autoland&lineNumber=1804
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 6•6 years ago
|
||
Comment 9•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/d33c8a70c9b1
https://hg.mozilla.org/mozilla-central/rev/fa3f222fab64
Description
•