Closed Bug 1579962 Opened 5 years ago Closed 5 years ago

Wrench build is missing mozangle / other dependencies due to vendoring

Categories

(Firefox Build System :: General, defect, P2)

defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1579471

People

(Reporter: aosmond, Assigned: aosmond)

References

(Regression)

Details

(Keywords: regression)

Attachments

(1 obsolete file)

I get:

error: no matching package named mozangle found

When I go to gfx/wr/wrench and run cargo build.

This can be fixed by adding a .cargo/config file to override vendored-sources in the top level .cargo/config.

Summary: Fix wrench build → Wrench build, missing mozangle
Assignee: nobody → aosmond
Status: NEW → ASSIGNED
Priority: -- → P2

Currently when you try to build wrench by changing directories to
gfx/wr/wrench and running cargo build, it complains about missing
dependencies. This is because not all of its dependencies are vendored,
as they are too large for a tool only used for development. This patch
adds a custom .cargo/config for wrench to revert back to crates.io to
find dependencies.

Keywords: regression
Regressed by: 1575760
Summary: Wrench build, missing mozangle → Wrench build is missing mozangle / other dependencies due to vendoring
Type: task → defect
Attachment #9091523 - Attachment is obsolete: true
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
Has Regression Range: --- → yes
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: