Commit Graph

23 Commits

Author SHA1 Message Date
Jan
2c1cb5a2be Update the latest release tag to 1.39.4 (#398) 2019-12-04 13:02:41 -08:00
Alon Zakai
c10e3e86e8 1.39.4 (#397) 2019-12-03 09:12:42 -08:00
Alon Zakai
a5082b2326 1.39.3 (#388) 2019-11-14 09:31:18 -08:00
Alon Zakai
04d13b99d0 1.39.2 (#386) 2019-11-06 17:14:09 -08:00
Alon Zakai
76de4a0b4f 1.39.1 (#382) 2019-10-30 10:34:52 -07:00
Alon Zakai
81de8c5da0 1.39.0 (#377) 2019-10-18 12:50:59 -07:00
Alon Zakai
7f9af7bd1a 1.38.48 (#371) 2019-10-11 09:13:44 -07:00
Alon Zakai
9ed207099a 1.38.47 (#364) 2019-10-02 14:16:21 -07:00
Alon Zakai
41adfea99d 1.38.46 (#361) 2019-09-25 13:12:26 -07:00
Sam Clegg
26b160a575 Add 1.38.45 (#352) 2019-09-12 13:54:18 -07:00
Alon Zakai
845f7e8d35 1.38.44 (#351) 2019-09-11 09:39:23 -07:00
Alon Zakai
8a2e65a488 1.38.43 (#346) 2019-08-30 09:54:50 -07:00
Alon Zakai
9f9d8c074c 1.38.42 (#321) 2019-08-19 14:36:20 -07:00
Alon Zakai
d94e9fbc89 1.38.41 (#317) 2019-08-07 10:39:51 -07:00
Alon Zakai
599e17d9ea 1.38.40 (#304) 2019-07-24 13:34:19 -07:00
Alon Zakai
a51302ba20 1.38.39 (#302) 2019-07-16 13:17:56 -07:00
Alon Zakai
4965260505 1.38.38 (#296) 2019-07-08 20:29:04 -07:00
Alon Zakai
4a104699d5 1.38.37 (#290) 2019-06-26 10:55:51 -07:00
Alon Zakai
87285f5e8f 1.38.36 ; Check if all downloads exist for the latest version (#278)
This verifies all builders successfully uploaded builds for a new version that we tag here.

This prevents a problem like happend on 1.38.35, where the mac and windows bots "skipped" the hash that we tagged - they built the one before, and I guess were too slow, so they skipped to the next commit after it? Which is expected I guess, but surprises me a little. Anyhow, with this fix we should avoid such problems in the future.

Tags 1.38.36 to verify things work and get people a working version.

Also check some other basic things: check the version built reports the right one in emcc -v, and that multiple emsdk updates still work.
2019-06-15 12:00:54 -07:00
Alon Zakai
9c22ea9e78 Emscripten 1.38.35 (#276)
This brings in the libtinfo changes. As a result this may fix breakage for some linux users, at the cost of some linux users possibly losing colors in the console (since sometimes that doesn't work with libtinfo not linked in).
2019-06-14 17:54:26 -07:00
Alon Zakai
188c3edb9b Tag 1.38.34 (#258)
This should fix some version warnings people are currently seeing - we removed the fastcomp version warnings between repos check after the last version, in emscripten-core/emscripten#8664, #259
2019-06-02 09:11:46 -07:00
Alon Zakai
de1134d8de Add emscripten-releases support for release tags (#243)
* Structures emscripten-releases-tags.txt to mention the latest release, and then a list of all previous releases.
* Adds a new release for 1.38.33.
* If the manifest has emscripten_releases_hash, then we write out emscripten-version.txt with the proper version. We start with the hash, and check if there is a released version for it, if so we emit that, otherwise we emit the hash.
* Windows zipfile fix.
2019-05-23 17:08:23 -07:00
Alon Zakai
e2434062a8 Prepare for emscripten-releases (#237)
Updated to our current initial plan here:

* Add emscripten-releases-tags.txt which is a JSON file with a map of tag name to git hash in the emscripten-releases repo. Right now this file is just checked in here; in the future we may make the emsdk update it from git tags with update-tags etc.
* That file contains a "latest" tag, which is fetched for when getting latest-releases-[upstream|fastcomp]. We may want that to eventually be updated based on the latest green stuff on the bots perhaps.
* Rename the current sdk-[upstream|fastcomp]-* etc. to sdk-waterfall-[upstream\|fastcomp]-*. Then we'll have sdk-releases-[upstream|fastcomp]-* etc. This is just an internal name change - emsdk install latest-upstream still works as before, and still uses the waterfall (so we don't break our github CI).
* Add support for emsdk install latest-releases-[upstream\|fastcomp]
* Add a test using the actual emscripten-releases builds
2019-05-22 17:23:04 -07:00