emscripten-core / emsdk

Emscripten SDK
http://emscripten.org
Other
3k stars 682 forks source link

CI: Build `latest` docker image rather than `tot` #1359

Closed sbc100 closed 6 months ago

sbc100 commented 6 months ago

This means that CI run that update latest actually test the thing we are about to ship.

We recently had a case where latest was broken but tot was fixes and we accidentally shipped a broken SDK version (#1353).

sbc100 commented 6 months ago

I expect the CI for this to fail because latest is currently broken, however I think we should land this anyway so that when we update latest we can see that it gets fixed.