Closed
Bug 1519319
Opened 6 years ago
Closed 6 years ago
Move cbindgen check to bindgen.configure
Categories
(Firefox Build System :: General, enhancement)
Firefox Build System
General
Tracking
(firefox66 fixed)
RESOLVED
FIXED
mozilla66
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(3 files)
The end goal is being able to include rust.configure without it implying a requirement for cbindgen.
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Depends on D16292
Assignee | ||
Comment 3•6 years ago
|
||
Bindgen is only used when building js or toolkit, so we only need to
include the configure part in js/moz.configure, which is included in
both cases.
Depends on D16293
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/82ed24e46ee4
Use toolchain_search_path to look for rust toolchains. r=froydnj
https://hg.mozilla.org/integration/autoland/rev/027d42f23d2d
Move cbindgen check to bindgen.configure. r=froydnj
https://hg.mozilla.org/integration/autoland/rev/b9d64807cd97
Move bindgen.configure include to js/moz.configure. r=froydnj
Comment 5•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/82ed24e46ee4
https://hg.mozilla.org/mozilla-central/rev/027d42f23d2d
https://hg.mozilla.org/mozilla-central/rev/b9d64807cd97
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
You need to log in
before you can comment on or make changes to this bug.
Description
•