Media/WebRTC/libwebrtc Update Process: Difference between revisions

Add note to avoid xcode and git while script is running
(remove all the .resume files during restore)
(Add note to avoid xcode and git while script is running)
Line 10: Line 10:
*# Celebrate
*# Celebrate
* Builds are done after vendoring in each commit.  A minimal, default .mozconfig is provided during the prep_repo step below.
* Builds are done after vendoring in each commit.  A minimal, default .mozconfig is provided during the prep_repo step below.
* Running the fast-forward process from macOS and Linux is supported.  For more information on the following suggestion, see [https://stackoverflow.com/questions/5074136/git-rebase-fails-your-local-changes-to-the-following-files-would-be-overwritte/5255710#5255710 here]. If running from macOS, you may need to run this command:
* Running the fast-forward process from macOS and Linux is supported.  For more information on macOS, see [https://stackoverflow.com/questions/5074136/git-rebase-fails-your-local-changes-to-the-following-files-would-be-overwritte/5255710#5255710 here] and [https://stackoverflow.com/a/9175264/918910 here]. TL;DR: If running from macOS, avoid Xcode and git while scripts are running, and you may also need to run this command ahead of time:
  git config --global core.trustctime false
  git config --global core.trustctime false
* Starting with a fresh clone of elm is recommended for each new chromium milestone.
* Starting with a fresh clone of elm is recommended for each new chromium milestone.
24

edits