Remove the ability to build the style crate without bindgen.
Categories
(Core :: CSS Parsing and Computation, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
Details
Attachments
(1 file)
It's not used since forever, and it confused people before.
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
This is not used for anything, as far as I can tell.
Comment 3•6 years ago
|
||
bugherder |
Comment 4•6 years ago
|
||
BTW, do you think we can use bindgen as binary now? We used to need a very up-to-date version of bindgen because it wasn't mature enough. Maybe we can now use a binary installed via bootstrap instead now, as we don't need to bump it so often? Doing so should help improve the build time.
Assignee | ||
Comment 5•6 years ago
|
||
(In reply to Xidorn Quan [:xidorn] UTC+10 from comment #4)
BTW, do you think we can use bindgen as binary now? We used to need a very up-to-date version of bindgen because it wasn't mature enough. Maybe we can now use a binary installed via bootstrap instead now, as we don't need to bump it so often? Doing so should help improve the build time.
Yes, that's bug 1560981.
Description
•