Skip to content

Commit

Permalink
[Docs] Advise to wait after creating LTO commit (emscripten-core#20807)
Browse files Browse the repository at this point in the history
Otherwise you might see the failure when you run `create_release.py` in
emsdk.
  • Loading branch information
aheejin authored Nov 30, 2023
1 parent b030ced commit 9d40b31
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/process.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@ How:
[emscripten-releases][releases_repo] repo. When this CL is committed, let the
resulting SHA be `<LTO-sha>`. An example of this CL is
https://chromium-review.googlesource.com/c/emscripten-releases/+/3781978.
After landing the CL, wait for a couple hours before proceeding because
building and archiving for the new commit will take some time. Check
https://ci.chromium.org/p/emscripten-releases/g/main/console to see if the
commit has passed "Archive Binaries" phase for all three platforms and
additionally "Archive Binaries (arm64)" for Mac.
1. Run [`scripts/create_release.py`][create_release_emsdk] in the emsdk
repository. When we do both an LTO and a non-LTO release, run:
```
Expand Down

0 comments on commit 9d40b31

Please sign in to comment.