Closed
Bug 1858476
Opened 2 years ago
Closed 2 years ago
improve vendoring of libwebrtc/third_party to avoid deleting our trampoline directories
Categories
(Core :: WebRTC, task, P2)
Core
WebRTC
Tracking
()
RESOLVED
FIXED
120 Branch
| Tracking | Status | |
|---|---|---|
| firefox120 | --- | fixed |
People
(Reporter: mjf, Assigned: mjf)
Details
Attachments
(1 file)
Currently, when vendoring libwebrtc/third_party the vendoring script deletes the entire directory. This causes deletion of all our trampoline directories that point to libraries located in other locations in the mozilla tree. The script should only delete the directories we vendor before copying in the newly vendored code.
| Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → mfroman
Status: NEW → ASSIGNED
| Assignee | ||
Updated•2 years ago
|
Priority: -- → P2
Pushed by mfroman@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b20705bb5a66
avoid deleting our trampoline directories when vendoring libwebrtc/third_party. r=ng DONTBUILD
Comment 3•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox120:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 120 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•