Closed
Bug 1646840
Opened 5 years ago
Closed 5 years ago
mach vendor rust on Windows uses CRLF line endings in .cargo/config.in
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(firefox79 fixed)
RESOLVED
FIXED
mozilla79
| Tracking | Status | |
|---|---|---|
| firefox79 | --- | fixed |
People
(Reporter: agashlin, Assigned: rstewart)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Running ./mach vendor rust on Windows writes .cargo/config.in with CRLF line endings. I think can be fixed by explicitly specifying the newline char as in bug 1619788, or maybe just open "wb"?
| Assignee | ||
Comment 2•5 years ago
|
||
| Assignee | ||
Updated•5 years ago
|
Flags: needinfo?(rstewart)
Updated•5 years ago
|
Assignee: nobody → rstewart
Status: NEW → ASSIGNED
Updated•5 years ago
|
Blocks: rust-great
Pushed by rstewart@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7a7256e564b0
Ensure `mach vendor rust` writes out .cargo/config.in with LF newlines on Windows r=froydnj
Comment 4•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla79
Comment 5•5 years ago
|
||
Thanks, Ricky!
You need to log in
before you can comment on or make changes to this bug.
Description
•