Closed
Bug 1782290
Opened 3 years ago
Closed 3 years ago
Fix the zstandard issue with mach vendor
Categories
(Developer Infrastructure :: Mach Vendor & Updatebot, defect)
Tracking
(firefox106 fixed)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox106 | --- | fixed |
People
(Reporter: tjr, Assigned: tjr)
References
Details
Attachments
(1 file)
The codepath that ensures zstandard is installed into mach's environment isn't hit when we do ./mach vendor so we'll add it explicitly to the ./mach vendor rust codepath to ensure it's present when we need it.
We'll also get rid of a misleading python3.5 dependency we don't need or use.
| Assignee | ||
Comment 1•3 years ago
|
||
Also remove a python 3.5 package that we don't want or need.
Comment 2•3 years ago
|
||
The severity field is not set for this bug.
:tjr, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(tom)
| Assignee | ||
Updated•3 years ago
|
Severity: -- → S3
Flags: needinfo?(tom)
Updated•3 years ago
|
Attachment #9287766 -
Attachment description: Bug 1782290: Ensure zstandard is installed to the mach environment r?ahochheiden → WIP: Bug 1782290: Add cargo-vet to the toolchain for updatebot
Updated•3 years ago
|
Attachment #9287766 -
Attachment description: WIP: Bug 1782290: Add cargo-vet to the toolchain for updatebot → Bug 1782290: Add cargo-vet to the toolchain for updatebot
Comment 3•3 years ago
|
||
I'm hitting this when pushing bug 1789955 to try, so you'll definitely hit this when this lands:
go: gopkg.in/errgo.v2@v2.1.0: unrecognized import path "gopkg.in/errgo.v2" (parse https://gopkg.in/errgo.v2?go-get=1: no go-import meta tags ())
go: gopkg.in/yaml.v2@v2.2.2: unrecognized import path "gopkg.in/yaml.v2" (parse https://gopkg.in/yaml.v2?go-get=1: no go-import meta tags ())
go: error loading module requirements
error building image: error building stage: failed to execute command: waiting for process to exit: exit status 1
Error: Could not build image.
Flags: needinfo?(tom)
Pushed by tritter@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/13ff5b6336de
Add cargo-vet to the toolchain for updatebot r=ahochheiden
Comment 6•3 years ago
|
||
| bugherder | ||
| Assignee | ||
Updated•3 years ago
|
Flags: needinfo?(tom)
You need to log in
before you can comment on or make changes to this bug.
Description
•