Commit Graph

15 Commits

Author SHA1 Message Date
Alon Zakai
e1c8f791a9 Support for tip-of-tree (tot) builds (#245)
emsdk install tot-upstream will install the very latest build from emscripten-releases. These builds are useful for emscripten github CI.

There isn't a latest or lkgr for emscripten-releases currently. What this does instead is get the git repo, and check if builds exist for the latest commits there, returning the latest of those.

This also makes us not update the emscripten-version.txt file if we are not an actual version. That is, for a tot build we leave that file unchanged in the emscripten checkout.

There is also a tot-fastcomp for fastcomp.
2019-05-24 10:23:01 -07:00
Alon Zakai
0ff164fc0c Restore lkgr (#244) 2019-05-23 19:56:13 -07:00
Jacob Gravelle
c475b565ad Add upstream waterfall tools and sdk 2018-07-18 09:27:20 -07:00
Jukka Jylänki
c41c60c6d3 Add tag files to .gitignore. 2017-03-25 13:11:40 +02:00
Jukka Jylänki
fd292784e7 Add emsdk_set_env scripts to .gitignore. 2017-01-05 12:19:30 +02:00
Jukka Jylänki
3234ef7749 Add support for building binaryen from master git branch. 2016-10-14 11:52:47 +03:00
Jukka Jylänki
383a4dc347 Add gnu directory to gitignore. 2016-08-07 22:31:52 +03:00
Jukka Jylänki
a5521d4e17 Rename Emscripten temp directory from "/path/to/emsdk/.tmp" to "/path/to/emsdk/tmp" since otherwise make tool breaks when processing the Makefiles for test_lua. This fixes https://github.com/kripken/emscripten/issues/3779 . 2015-09-16 01:49:35 +03:00
Jukka Jylänki
a87f5a5140 Update .gitignore to cover embedded files. 2015-04-08 16:14:18 +03:00
Jukka Jylänki
930d4417e8 Update .gitignore to contain the mingw folder. 2014-12-19 17:03:45 -05:00
Jukka Jylänki
8ad2cdd1fd Remove emsdk_set_env from .gitignore since it is no longer used. 2014-11-18 15:09:32 +02:00
Jukka Jylänki
37036ee55a Add git directory to gitignore. 2014-07-07 10:50:21 +03:00
Jukka Jylänki
ec621ee339 Update .gitignore 2014-04-24 13:17:50 +03:00
Jukka Jylänki
c6c02e386f Add emsdk_set_env to gitignore. 2013-09-11 18:04:13 +03:00
Jukka Jylänki
9e31a31a9d Added .gitignore. 2013-09-05 17:19:18 +03:00