emscripten-core / emsdk

Emscripten SDK
http://emscripten.org
Other
2.92k stars 660 forks source link

[TESTING] Upgrade CI to Ubuntu20.04 LTS (Focal) #1390

Closed sbc100 closed 1 month ago

sbc100 commented 1 month ago

On one hand Ubuntu18's free LTS cycle is ended, and on the other hand Ubuntu18 does not support nodejs greater than v18.

  1. update the Linux Docker image to buildpack-deps:focal
  2. some compatibility changes
  3. use the new recommended way to install Docker (see here)

See https://github.com/emscripten-core/emsdk/issues/1173