debian: Install emscripten
Here we add support for installing emscripten to the Debian images. Note
that the user must source $EMSDK_ENV_SH
to use the emscripten
toolchain.
Addresses ghc#22128 (closed).
Note that we don't yet upgrade LLVM 15 as binaries are not yet available. Supposedly binaries will be uploaded soon.
Merge request reports
Activity
mentioned in issue ghc#22128 (closed)
We currently use ubuntu instead of debian, so we need
unzip
in the ubuntu image instead. Also, would be very nice to bump ubuntu to 22.04 jammy, but that doesn't need to be squashed into this MR.EDIT:
debian.dhall
applies to ubuntu as well so it seems, nice.Edited by Cheng Shaomentioned in merge request !99 (closed)
mentioned in merge request !106 (merged)
Closing since !106 (merged) has landed and have been used by GHC CI for some time now.