Remove update-tags phase (#738)

Its not really very useful to cache the tot release in a local text
file.  Instead just fetch the revsion each time `install tot` is run.

This avoids folks accidentally installing "old" tot releases.

Also, make the output a little less chatty when looking up tot version.
This commit is contained in:
Sam Clegg
2021-03-05 09:19:42 -08:00
committed by GitHub
parent 53eacf405d
commit 9d00a82b6a
3 changed files with 15 additions and 61 deletions

View File

@@ -117,8 +117,7 @@ SDK from the local hard drive completely.
`emsdk update` will fetch package information for all the new tools and
SDK versions. After that, run `emsdk install <tool/sdk name>` to install a new
version. The command `emsdk update-tags` obtains a list of all new tagged
releases from GitHub without updating Emscripten SDK itself.
version.
### How do I install an old Emscripten compiler version?