Bug 1728671: Use gettempdir() instead of tempdir r=firefox-build-system-reviewers...
commit80ed655270c038cdfe4444ab940d4430c131b638
authorMitchell Hentges <mhentges@mozilla.com>
Fri, 3 Sep 2021 13:13:21 +0000 (3 13:13 +0000)
committerMitchell Hentges <mhentges@mozilla.com>
Fri, 3 Sep 2021 13:13:21 +0000 (3 13:13 +0000)
treec74fd1be274612cb78347e8319a2c10fa35aa04e
parentc87975af29ce7b2be86c200dd96c84c9d1cbaa80
Bug 1728671: Use gettempdir() instead of tempdir r=firefox-build-system-reviewers,glandium

The `tempfile.tempdir` cache value isn't always populated, but
`tempfile.gettempdir()` always is. They both provide the same result.

Differential Revision: https://phabricator.services.mozilla.com/D124261
python/mozbuild/mozbuild/test/configure/common.py
python/mozbuild/mozbuild/test/test_mozinfo.py