Closed
Bug 1664567
Opened 5 years ago
Closed 5 years ago
Set `MOZ_OBJDIR` in builder scripts for CI
Categories
(Firefox Build System :: General, task)
Firefox Build System
General
Tracking
(firefox82 fixed)
RESOLVED
FIXED
82 Branch
| Tracking | Status | |
|---|---|---|
| firefox82 | --- | fixed |
People
(Reporter: rstewart, Assigned: rstewart)
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•5 years ago
|
||
Without setting this variable, the call to mach python in taskcluster/scripts/builder/build-linux.sh will create a virtualenv in the default location -- on Linux in CI, that's obj-x86_64-pc-linux-gnu. Everything else about the build is going to end up in obj-build, so just set MOZ_OBJDIR appropriately to point to that directory.
Doing so enables us to land bug 1663755, as it causes the logic added to symbols_archive.py as part of bug 1654994 to behave as expected.
| Assignee | ||
Updated•5 years ago
|
Summary: Set MOZ_OBJDIR in mozharness → Set `MOZ_OBJDIR` in builder scripts for CI
Pushed by rstewart@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/025de03c734c
Set `MOZ_OBJDIR` in builder scripts for CI r=glandium
Comment 3•5 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox82:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 82 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•