Media/WebRTC/libwebrtc Update Process: Difference between revisions

Jump to navigation Jump to search
reorder the prereq steps
(clone w/ ssh to avoid the need to set default-push in .hg/hgrc)
(reorder the prereq steps)
Line 6: Line 6:


- Builds are done after vendoring in each commit.  Having a <code>.mozconfig</code> file that enables cache (either sccache or ccache) will improve the performance of the scripts.
- Builds are done after vendoring in each commit.  Having a <code>.mozconfig</code> file that enables cache (either sccache or ccache) will improve the performance of the scripts.
git clone https://github.com/mozilla/libwebrtc moz-libwebrtc
  hg clone --stream ssh://hg.mozilla.org/projects/elm
  hg clone --stream ssh://hg.mozilla.org/projects/elm
  (cd elm && ./mach bootstrap --application-choice=browser && ./mach build)
  (cd elm && ./mach bootstrap --application-choice=browser && ./mach build)
git clone https://github.com/mozilla/libwebrtc moz-libwebrtc


=== Update steps ===
=== Update steps ===
123

edits

Navigation menu